summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan <jan>2011-03-26 06:30:23 (GMT)
committerjan <jan>2011-03-26 06:30:23 (GMT)
commite82c95ca407e500c615c39e7a721ba466d72b052 (patch)
treed526bbb8e15bab5e85544dce350a70e7eefc5382 /win/tcl.m4
parentaf99d3b50504dc4a36ff9037991fb052178f0f29 (diff)
parent9fa20079a85f67f75d0984c4e9947ca9a8fca5fa (diff)
downloadtcl-e82c95ca407e500c615c39e7a721ba466d72b052.zip
tcl-e82c95ca407e500c615c39e7a721ba466d72b052.tar.gz
tcl-e82c95ca407e500c615c39e7a721ba466d72b052.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/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index feb3d0c..be22fac 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -755,7 +755,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
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