1//
2// Wish-Debug.xcconfig --
3//
4//	This file contains the Xcode build settings for all Debug
5//	project configurations in Wish.xcodeproj.
6//
7// Copyright (c) 2007 Daniel A. Steffen <das@users.sourceforge.net>
8//
9// See the file "license.terms" for information on usage and redistribution
10// of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11//
12// RCS: @(#) $Id$
13//
14
15#include "Wish-Common.xcconfig"
16
17DEBUG_INFORMATION_FORMAT = dwarf
18DEPLOYMENT_POSTPROCESSING = NO
19GCC_OPTIMIZATION_LEVEL = 0
20GCC_PREPROCESSOR_DEFINITIONS = DEBUGLEVEL=4 $(TCL_DEFS) $(TK_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS)
21CONFIGURE_ARGS = --enable-symbols $(TCL_CONFIGURE_ARGS) $(CONFIGURE_ARGS)
22MAKE_TARGET = develop
23