summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan <jan>2011-03-26 06:36:59 (GMT)
committerjan <jan>2011-03-26 06:36:59 (GMT)
commit26ec718b5eb3ada48914c5e0521d461fdda7cbe5 (patch)
treeb1265c2fc94d6e853dbc16fa443c7f830b2d519d
parent4fed03b053438122776293b07077b13539c3dbf1 (diff)
parent3b89458a8646734abff13a2b6f8eb5eb71e6e7a9 (diff)
downloadtk-26ec718b5eb3ada48914c5e0521d461fdda7cbe5.zip
tk-26ec718b5eb3ada48914c5e0521d461fdda7cbe5.tar.gz
tk-26ec718b5eb3ada48914c5e0521d461fdda7cbe5.tar.bz2
The -debug:full option is not supported when using the modern versions of link.exe included with MSVC, use -debug instead
-rwxr-xr-xwin/configure2
-rw-r--r--win/makefile.vc2
-rw-r--r--win/tcl.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure
index aefb159..9927f3f 100755
--- a/win/configure
+++ b/win/configure
@@ -3788,7 +3788,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
diff --git a/win/makefile.vc b/win/makefile.vc
index fdc534d..79b2df4 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -472,7 +472,7 @@ STUB_CFLAGS = $(cflags) $(cdebug) $(TK_DEFINES)
#---------------------------------------------------------------------
!if $(DEBUG)
-ldebug = -debug:full -debugtype:cv
+ldebug = -debug -debugtype:cv
!else
ldebug = -release -opt:ref -opt:icf,3
!endif
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