diff options
author | hobbs <hobbs@noemail.net> | 2002-04-12 06:22:50 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-04-12 06:22:50 (GMT) |
commit | 4e131e825d57576a9ab72fcf32c58ac4f54105ed (patch) | |
tree | f9ab0c8b1bdbc33ee6dbbf6e26b7799bf5f76cad /win | |
parent | f739ff3890ca47177595feab44d26ce8e211dfb6 (diff) | |
download | tcl-4e131e825d57576a9ab72fcf32c58ac4f54105ed.zip tcl-4e131e825d57576a9ab72fcf32c58ac4f54105ed.tar.gz tcl-4e131e825d57576a9ab72fcf32c58ac4f54105ed.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
FossilOrigin-Name: 6d61f3c7bad97f271497d4b955991bdc9fa04f7e
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | 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 @@ -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 |