diff options
author | hobbs <hobbs> | 2004-12-30 01:51:01 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-30 01:51:01 (GMT) |
commit | bb8237e9407ad94a40f78b68d6fa45fe8ec304f3 (patch) | |
tree | c2608153b46a657ff456fa73a2f385fed2cfba1e /ChangeLog | |
parent | 65a4f758671de7db54c1252c51e1477a6c9ca772 (diff) | |
download | tk-bb8237e9407ad94a40f78b68d6fa45fe8ec304f3.zip tk-bb8237e9407ad94a40f78b68d6fa45fe8ec304f3.tar.gz tk-bb8237e9407ad94a40f78b68d6fa45fe8ec304f3.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-20 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/panedwindow.n: Fix silly typo. [Bug 1087842] |