Line | |
---|
1 | // |
---|
2 | // Tcl-Release.xcconfig -- |
---|
3 | // |
---|
4 | // This file contains the Xcode build settings for all Release |
---|
5 | // project configurations in Tcl.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: Tcl-Release.xcconfig,v 1.2 2007/04/23 20:46:13 das Exp $ |
---|
13 | // |
---|
14 | |
---|
15 | #include "Tcl-Common.xcconfig" |
---|
16 | |
---|
17 | DEBUG_INFORMATION_FORMAT = dwarf-with-dsym |
---|
18 | DEAD_CODE_STRIPPING = YES |
---|
19 | DEPLOYMENT_POSTPROCESSING = YES |
---|
20 | GCC_OPTIMIZATION_LEVEL = s |
---|
21 | GCC_PREPROCESSOR_DEFINITIONS = NDEBUG $(TCL_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS) |
---|
22 | CONFIGURE_ARGS = --disable-symbols $(TCL_CONFIGURE_ARGS) $(CONFIGURE_ARGS) |
---|
23 | MAKE_TARGET = deploy |
---|
Note: See
TracBrowser
for help on using the repository browser.