diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-04 09:46:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-04 09:46:33 (GMT) |
commit | 31a63a324730e472c2fbf41d844e2a1e915e1a0e (patch) | |
tree | 28c2c4e5c090d7573e05b5c0b31e552bb9aedbd3 /win/tclConfig.sh.in | |
parent | 225b4e7cc0a542aea1997329ec38dc9f65e92bbb (diff) | |
download | tcl-31a63a324730e472c2fbf41d844e2a1e915e1a0e.zip tcl-31a63a324730e472c2fbf41d844e2a1e915e1a0e.tar.gz tcl-31a63a324730e472c2fbf41d844e2a1e915e1a0e.tar.bz2 |
Death to DBGX
Diffstat (limited to 'win/tclConfig.sh.in')
-rw-r--r-- | win/tclConfig.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in index 5dc6833..bf5a586 100644 --- a/win/tclConfig.sh.in +++ b/win/tclConfig.sh.in @@ -23,9 +23,9 @@ TCL_CC='@CC@' # -D flags for use with the C compiler. TCL_DEFS='@DEFS@' -# If TCL was built with debugging symbols, generated libraries contain -# this string at the end of the library name (before the extension). -TCL_DBGX=@TCL_DBGX@ +# TCL_DBGX used to be used to distinguish debug vs. non-debug builds. +# This was a righteous pain so the core doesn't do that any more. +TCL_DBGX= # Default flags used in an optimized and debuggable build, respectively. TCL_CFLAGS_DEBUG='@CFLAGS_DEBUG@' |