summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-04-12 06:37:41 (GMT)
committerhobbs <hobbs>2002-04-12 06:37:41 (GMT)
commit6057d12b4bfa3964a8ccd48402154ee676cc6804 (patch)
treeb1562928f0f07f9b20c2153b2ec32c39597f51bc /win/tcl.m4
parent8aaae44c72a0646134d69e54c06bd08c53b5d53d (diff)
downloadtk-6057d12b4bfa3964a8ccd48402154ee676cc6804.zip
tk-6057d12b4bfa3964a8ccd48402154ee676cc6804.tar.gz
tk-6057d12b4bfa3964a8ccd48402154ee676cc6804.tar.bz2
* win/configure:
* win/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
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
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