summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
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/tcl.m4
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/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 c39bd7f..51498d6 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -782,7 +782,7 @@ file for information about building with Mingw.])
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