From f6e39f12097065e62da6885b91213f473f1ae69e Mon Sep 17 00:00:00 2001 From: jan Date: Sat, 26 Mar 2011 06:25:03 +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/tcl.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win/configure b/win/configure index f67e4b7..f7da2f0 100755 --- a/win/configure +++ b/win/configure @@ -1866,7 +1866,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/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