summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan <jan>2011-03-26 06:38:59 (GMT)
committerjan <jan>2011-03-26 06:38:59 (GMT)
commit930de52891403951f148fa3fb5640fd319446b64 (patch)
tree6c1af715105c1e6df451a99162c43c8eb1ebe4c8 /win/tcl.m4
parent2d43f302babfefbdcacdd9855d22ca66f64978bc (diff)
parent51f9be40bc41cd08e38965b2c52f3323e6320008 (diff)
downloadtk-930de52891403951f148fa3fb5640fd319446b64.zip
tk-930de52891403951f148fa3fb5640fd319446b64.tar.gz
tk-930de52891403951f148fa3fb5640fd319446b64.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