diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-07 15:54:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-07 15:54:15 (GMT) |
commit | a76dcd048a06f29c220a90dfb622e30f546b7f21 (patch) | |
tree | 478c14c942e2fd73d0201780d12f4fcebe8777dd /win | |
parent | 50b90140ddeee58a28221cf9fe44c352f2d4b054 (diff) | |
download | tcl-a76dcd048a06f29c220a90dfb622e30f546b7f21.zip tcl-a76dcd048a06f29c220a90dfb622e30f546b7f21.tar.gz tcl-a76dcd048a06f29c220a90dfb622e30f546b7f21.tar.bz2 |
autoconf-2.59
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index e69a398..9454976 100755 --- a/win/configure +++ b/win/configure @@ -3984,7 +3984,7 @@ echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6 CC="\"${PATH64}/cl.exe\" -I\"${MSSDK}/Include\" \ -I\"${MSSDK}/Include/crt\" -I\"${MSSDK}/Include/crt/sys\"" RC="\"${MSSDK}/bin/rc.exe\"" - CFLAGS_DEBUG="-nologo -Zi -Od ${runtime}d" + CFLAGS_DEBUG="-nologo -Zi -Od ${runtime}" # Do not use -O2 for Win64 - this has proved buggy in code gen. CFLAGS_OPTIMIZE="-nologo -O1 ${runtime}" lflags="-nologo -MACHINE:${MACHINE} -LIBPATH:\"${MSSDK}/Lib/${MACHINE}\"" |