diff options
author | das <das> | 2007-06-06 21:23:37 (GMT) |
---|---|---|
committer | das <das> | 2007-06-06 21:23:37 (GMT) |
commit | a700737d94005b30448cf6028feee89c787ed748 (patch) | |
tree | c26f152a57f35dcd9d52e433dee5fd694bcab800 /macosx/Wish-Debug.xcconfig | |
parent | adc0bc4faa9cf2596b856fd534befb42fab5d366 (diff) | |
download | tk-a700737d94005b30448cf6028feee89c787ed748.zip tk-a700737d94005b30448cf6028feee89c787ed748.tar.gz tk-a700737d94005b30448cf6028feee89c787ed748.tar.bz2 |
* macosx/tkMacOSXInt.h: use native debug message API when available.
* macosx/Wish-Debug.xcconfig:
Diffstat (limited to 'macosx/Wish-Debug.xcconfig')
-rw-r--r-- | macosx/Wish-Debug.xcconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Wish-Debug.xcconfig b/macosx/Wish-Debug.xcconfig index 19c1f71..e2a31cb 100644 --- a/macosx/Wish-Debug.xcconfig +++ b/macosx/Wish-Debug.xcconfig @@ -9,7 +9,7 @@ // See the file "license.terms" for information on usage and redistribution // of this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// RCS: @(#) $Id: Wish-Debug.xcconfig,v 1.2 2007/04/23 21:24:32 das Exp $ +// RCS: @(#) $Id: Wish-Debug.xcconfig,v 1.3 2007/06/06 21:23:37 das Exp $ // #include "Wish-Common.xcconfig" @@ -17,6 +17,6 @@ DEBUG_INFORMATION_FORMAT = dwarf DEPLOYMENT_POSTPROCESSING = NO GCC_OPTIMIZATION_LEVEL = 0 -GCC_PREPROCESSOR_DEFINITIONS = DEBUG_ASSERT_PRODUCTION_CODE=0 $(TCL_DEFS) $(TK_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS) +GCC_PREPROCESSOR_DEFINITIONS = DEBUGLEVEL=4 $(TCL_DEFS) $(TK_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS) CONFIGURE_ARGS = --enable-symbols $(TCL_CONFIGURE_ARGS) $(CONFIGURE_ARGS) MAKE_TARGET = develop |