From f717e134e2eb2a748ab5ce69e4dd6cff52305b5c Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 12 Apr 2002 06:22:50 +0000 Subject: * tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp --- win/configure | 2 +- win/tcl.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win/configure b/win/configure index 9dc3215..b5291b1 100755 --- a/win/configure +++ b/win/configure @@ -1403,7 +1403,7 @@ echo "configure:1245: checking compiler flags" >&5 EXTRA_CFLAGS="-YX" CFLAGS_WARNING="-W3" - LDFLAGS_DEBUG="-debug:full -debugtype:cv" + LDFLAGS_DEBUG="-debug:full -debugtype:both" 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 ec95eec..cd8796a 100644 --- a/win/tcl.m4 +++ b/win/tcl.m4 @@ -530,7 +530,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ EXTRA_CFLAGS="-YX" CFLAGS_WARNING="-W3" - LDFLAGS_DEBUG="-debug:full -debugtype:cv" + LDFLAGS_DEBUG="-debug:full -debugtype:both" LDFLAGS_OPTIMIZE="-release" # Specify the CC output file names based on the target name -- cgit v0.12