diff options
author | hobbs <hobbs> | 2004-12-30 02:01:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-30 02:01:04 (GMT) |
commit | 1051226a08fdb0eef19a9768cf53b7c66a54804b (patch) | |
tree | 9590cf68367d108208be2cc3bb7d51a84346d983 /ChangeLog | |
parent | 25782ab32acefa7b8fcff47b6adfb3ff6510820e (diff) | |
download | tcl-1051226a08fdb0eef19a9768cf53b7c66a54804b.zip tcl-1051226a08fdb0eef19a9768cf53b7c66a54804b.tar.gz tcl-1051226a08fdb0eef19a9768cf53b7c66a54804b.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]
Align LIBS_GUI with Tk head needs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +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] + Align LIBS_GUI with Tk head needs. + 2004-12-29 Kevin B. Kenny <kennykb@acm.org> * generic/tclDate.c: Regen |