|
From: Andre R. <and...@us...> - 2006-03-12 17:48:16
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23459/Frontier.xcode Modified Files: project.pbxproj Log Message: Define NDEBUG for Deployment build style. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** project.pbxproj 12 Mar 2006 17:45:16 -0000 1.28 --- project.pbxproj 12 Mar 2006 17:48:09 -0000 1.29 *************** *** 3621,3624 **** --- 3621,3625 ---- GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = NDEBUG; ZERO_LINK = NO; }; |