summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan <jan>2011-03-26 06:36:59 (GMT)
committerjan <jan>2011-03-26 06:36:59 (GMT)
commit51f9be40bc41cd08e38965b2c52f3323e6320008 (patch)
treeb1265c2fc94d6e853dbc16fa443c7f830b2d519d /win/tcl.m4
parent14f8dd18221e49047e35cab7dd25fc1a8b3d0e18 (diff)
parent9e1c9249c989af198010b963f6f1fb08138c6bcb (diff)
downloadtk-51f9be40bc41cd08e38965b2c52f3323e6320008.zip
tk-51f9be40bc41cd08e38965b2c52f3323e6320008.tar.gz
tk-51f9be40bc41cd08e38965b2c52f3323e6320008.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