summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan <jan>2011-03-26 06:32:11 (GMT)
committerjan <jan>2011-03-26 06:32:11 (GMT)
commitb570644554e1dc8b3efeb2a54cd329b877e8a67c (patch)
tree09acd08ed2f81060db9aab7ee2077910cdb1639a /win/configure
parent0e427eadea196a21f96f1b466196056d9430b5a9 (diff)
parent9b50c252d19d80033beda3f86cee10e443c0f61b (diff)
downloadtcl-b570644554e1dc8b3efeb2a54cd329b877e8a67c.zip
tcl-b570644554e1dc8b3efeb2a54cd329b877e8a67c.tar.gz
tcl-b570644554e1dc8b3efeb2a54cd329b877e8a67c.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 2e69364..e505fb2 100755
--- a/win/configure
+++ b/win/configure
@@ -4538,7 +4538,7 @@ _ACEOF
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