From 9e1c9249c989af198010b963f6f1fb08138c6bcb Mon Sep 17 00:00:00 2001 From: jan Date: Sat, 26 Mar 2011 06:35:28 +0000 Subject: The -debug:full option is not supported when using the modern versions of link.exe included with MSVC, use -debug instead --- win/configure | 2 +- win/makefile.vc | 2 +- win/tcl.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/win/configure b/win/configure index 19548bf..92b5873 100755 --- a/win/configure +++ b/win/configure @@ -1573,7 +1573,7 @@ EOF 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 4a94819..444db85 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -402,7 +402,7 @@ WISH_CFLAGS = $(BASE_CFLAGS) $(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 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 -- cgit v0.12