| Rev | Line |   | 
|---|
| [25] | 1 | // | 
|---|
 | 2 | // Tcl-Debug.xcconfig -- | 
|---|
 | 3 | // | 
|---|
 | 4 | //      This file contains the Xcode build settings for all Debug | 
|---|
 | 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-Debug.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 | 
|---|
 | 18 | DEAD_CODE_STRIPPING = NO | 
|---|
 | 19 | DEPLOYMENT_POSTPROCESSING = NO | 
|---|
 | 20 | GCC_OPTIMIZATION_LEVEL = 0 | 
|---|
 | 21 | GCC_PREPROCESSOR_DEFINITIONS = $(TCL_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS) | 
|---|
 | 22 | CONFIGURE_ARGS = --enable-symbols $(TCL_CONFIGURE_ARGS) $(CONFIGURE_ARGS) | 
|---|
 | 23 | MAKE_TARGET = develop | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.