diff options
author | hobbs <hobbs> | 2002-04-12 06:22:50 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-12 06:22:50 (GMT) |
commit | f717e134e2eb2a748ab5ce69e4dd6cff52305b5c (patch) | |
tree | f9ab0c8b1bdbc33ee6dbbf6e26b7799bf5f76cad /win/tcl.m4 | |
parent | 17a0550d8c4b32d1c7dda1d2fab36bb5d30ca401 (diff) | |
download | tcl-f717e134e2eb2a748ab5ce69e4dd6cff52305b5c.zip tcl-f717e134e2eb2a748ab5ce69e4dd6cff52305b5c.tar.gz tcl-f717e134e2eb2a748ab5ce69e4dd6cff52305b5c.tar.bz2 |
* 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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |