summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-22 10:37:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-22 10:37:11 (GMT)
commit18f2f092da28053c1dba8d040ee334b0040de3e1 (patch)
treeb2b2a359e40a92a35663abb94d1ef5ccaf04a89b /win
parent721410e276eb8b40346512697cd68ed57fe02a6f (diff)
downloadtcl-18f2f092da28053c1dba8d040ee334b0040de3e1.zip
tcl-18f2f092da28053c1dba8d040ee334b0040de3e1.tar.gz
tcl-18f2f092da28053c1dba8d040ee334b0040de3e1.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')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index b508804..426c907 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -367,7 +367,7 @@ TCL_CFLAGS = $(BASE_CFLAGS) $(OPTDEFINES)
#---------------------------------------------------------------------
!if $(DEBUG)
-ldebug = -debug:full -debugtype:cv
+ldebug = -debug -debugtype:cv
!else
ldebug = -release -opt:ref -opt:icf,3
!endif