summaryrefslogtreecommitdiffstats
path: root/macosx/Wish-Debug.xcconfig
diff options
context:
space:
mode:
authordas <das>2007-06-06 21:23:37 (GMT)
committerdas <das>2007-06-06 21:23:37 (GMT)
commita700737d94005b30448cf6028feee89c787ed748 (patch)
treec26f152a57f35dcd9d52e433dee5fd694bcab800 /macosx/Wish-Debug.xcconfig
parentadc0bc4faa9cf2596b856fd534befb42fab5d366 (diff)
downloadtk-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.xcconfig4
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