summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan <jan>2011-03-26 06:35:28 (GMT)
committerjan <jan>2011-03-26 06:35:28 (GMT)
commit9e1c9249c989af198010b963f6f1fb08138c6bcb (patch)
tree5fdd6154fdc4eafa9fa2cc80e666db644d9603dd /win/tcl.m4
parent3b78f220c64621efbcf961ead516817da2a5d73f (diff)
downloadtk-9e1c9249c989af198010b963f6f1fb08138c6bcb.zip
tk-9e1c9249c989af198010b963f6f1fb08138c6bcb.tar.gz
tk-9e1c9249c989af198010b963f6f1fb08138c6bcb.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 7fe2ae3..a766b7c 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -747,7 +747,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