diff options
author | hobbs <hobbs> | 2004-12-30 02:01:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-30 02:01:42 (GMT) |
commit | e81d5d0953e6dc4210c2913dda2c41bfc2c83c18 (patch) | |
tree | 9e1a860ab4490144fde40c686e748d082016692d /ChangeLog | |
parent | 7b5072629cb4f97fdb64e4d4de55e172d80288b9 (diff) | |
download | tk-e81d5d0953e6dc4210c2913dda2c41bfc2c83c18.zip tk-e81d5d0953e6dc4210c2913dda2c41bfc2c83c18.tar.gz tk-e81d5d0953e6dc4210c2913dda2c41bfc2c83c18.tar.bz2 |
* win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove
-Gs (included in -O2) and -GD (outdated). Use "link -lib" instead
of "lib" binary and remove -YX for MSVC7 portability. Add
-fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-12-29 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove + -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead + of "lib" binary and remove -YX for MSVC7 portability. Add + -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967] + 2004-12-21 Donal K. Fellows <donal.k.fellows@man.ac.uk> * library/demos/*.tcl: Add [package require Tk] to all the widget |