diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-22 10:37:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-22 10:37:11 (GMT) |
commit | 18f2f092da28053c1dba8d040ee334b0040de3e1 (patch) | |
tree | b2b2a359e40a92a35663abb94d1ef5ccaf04a89b | |
parent | 721410e276eb8b40346512697cd68ed57fe02a6f (diff) | |
download | tcl-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
-rw-r--r-- | win/makefile.vc | 2 |
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 |