Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/tcl8.5.2/macosx/Tcl-Release.xcconfig @ 25

Last change on this file since 25 was 25, checked in by landauf, 16 years ago

added tcl to libs

File size: 767 bytes
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
17DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
18DEAD_CODE_STRIPPING = YES
19DEPLOYMENT_POSTPROCESSING = YES
20GCC_OPTIMIZATION_LEVEL = s
21GCC_PREPROCESSOR_DEFINITIONS = NDEBUG $(TCL_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS)
22CONFIGURE_ARGS = --disable-symbols $(TCL_CONFIGURE_ARGS) $(CONFIGURE_ARGS)
23MAKE_TARGET = deploy
Note: See TracBrowser for help on using the repository browser.