From: Jeffrey H. <ho...@us...> - 2004-12-30 01:51:19
|
Update of /cvsroot/tktoolkit/tk/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22624/win Modified Files: Tag: core-8-4-branch configure tcl.m4 Log Message: * 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] |