1//
2// Wish-Release.xcconfig --
3//
4//	This file contains the Xcode build settings for all Release
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
13#include "Wish-Common.xcconfig"
14
15DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
16// DEPLOYMENT_POSTPROCESSING = YES
17GCC_OPTIMIZATION_LEVEL = s
18GCC_PREPROCESSOR_DEFINITIONS = NDEBUG $(TCL_DEFS) $(TK_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS)
19CONFIGURE_ARGS = --disable-symbols $(TCL_CONFIGURE_ARGS) $(CONFIGURE_ARGS)
20MAKE_TARGET = deploy
21