From 34d54589721d694a76e1dc19d81ac93b68424281 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 22 Mar 2011 10:37:11 +0000 Subject: The -debug:full option is not supported when using the modern versions of link.exe included with MSVC, use -debug instead --- win/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12