diff options
author | nijtmans <nijtmans> | 2008-11-12 00:37:01 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-12 00:37:01 (GMT) |
commit | 8f0e26afae621cfcfc105b9c3535379e29ec82c4 (patch) | |
tree | 036ba7b90443922d2b65e5ee11004d75f073e0e7 /ChangeLog | |
parent | 08822bfc3683f6f3b0af04540c55847ed2b0ecd9 (diff) | |
download | tk-8f0e26afae621cfcfc105b9c3535379e29ec82c4.zip tk-8f0e26afae621cfcfc105b9c3535379e29ec82c4.tar.gz tk-8f0e26afae621cfcfc105b9c3535379e29ec82c4.tar.bz2 |
Use -O2 as gcc optimization compiler flag, and get
rid of -Wno-implicit-int for UNIX
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ * win/tcl.m4: reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) * win/configure (regenerated) + * unix/tcl.m4: Use -O2 as gcc optimization compiler flag, and get + rid of -Wno-implicit-int for UNIX + * unix/configure (regenerated) + * generic/tk.decls modify Tk_Create(Old)ImageType signature, relaxing * generic/tk.h the constraint that every Tk_ImageType can only * generic/tkImage.c be passed to this function once. This allows |