diff options
author | nijtmans <nijtmans> | 2008-11-12 00:31:43 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-12 00:31:43 (GMT) |
commit | 39004ac11e0fbfb55fc1890b75012eeef0ad530d (patch) | |
tree | 6d8efbcc528b2c22dc37b52f175fafe75009db3b /ChangeLog | |
parent | 266da04f1825ce88dda184f559448bed8890db38 (diff) | |
download | tcl-39004ac11e0fbfb55fc1890b75012eeef0ad530d.zip tcl-39004ac11e0fbfb55fc1890b75012eeef0ad530d.tar.gz tcl-39004ac11e0fbfb55fc1890b75012eeef0ad530d.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 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ * 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) 2008-11-10 Andreas Kupries <andreask@activestate.com> |