diff options
author | hobbs <hobbs> | 2004-12-30 01:49:46 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-30 01:49:46 (GMT) |
commit | b28227e3da810f3e0e7d2ad1ebf612d434efcda2 (patch) | |
tree | 186ffa15b79764e285079eb4663292135b51fd39 /ChangeLog | |
parent | e7f832e42a7d08255984438590ebb56d29cd9ddf (diff) | |
download | tcl-b28227e3da810f3e0e7d2ad1ebf612d434efcda2.zip tcl-b28227e3da810f3e0e7d2ad1ebf612d434efcda2.tar.gz tcl-b28227e3da810f3e0e7d2ad1ebf612d434efcda2.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-13 Kevin B. Kenny <kennykb@acm.org> * doc/clock.n: Clarify that the [clock scan] command does not |