summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan <jan>2011-03-26 06:25:03 (GMT)
committerjan <jan>2011-03-26 06:25:03 (GMT)
commitf6e39f12097065e62da6885b91213f473f1ae69e (patch)
tree39fde8abff6da9f2a7ee907d528d3345ab8a17da /win/configure
parent5964f0af379da6d133cf236fa9ad9eb9a7fc39fb (diff)
downloadtcl-f6e39f12097065e62da6885b91213f473f1ae69e.zip
tcl-f6e39f12097065e62da6885b91213f473f1ae69e.tar.gz
tcl-f6e39f12097065e62da6885b91213f473f1ae69e.tar.bz2
The -debug:full option is not supported when using the modern versions of link.exe included with MSVC, use -debug instead
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index f67e4b7..f7da2f0 100755
--- a/win/configure
+++ b/win/configure
@@ -1866,7 +1866,7 @@ EOF
EXTRA_CFLAGS=""
CFLAGS_WARNING="-W3"
- LDFLAGS_DEBUG="-debug:full"
+ LDFLAGS_DEBUG="-debug"
LDFLAGS_OPTIMIZE="-release"
# Specify the CC output file names based on the target name