|
From: Andre R. <and...@us...> - 2006-02-08 21:37:27
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28000/build_XCode/Frontier.xcode Modified Files: project.pbxproj Log Message: Turn on level 2 optimizations for deployment build style, keep optimizations disabled for development build style. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** project.pbxproj 8 Feb 2006 19:13:44 -0000 1.24 --- project.pbxproj 8 Feb 2006 21:37:19 -0000 1.25 *************** *** 24,28 **** GCC_ENABLE_CPP_EXCEPTIONS = NO; GCC_ENABLE_CPP_RTTI = NO; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = frontier.xcode.h; --- 24,27 ---- *************** *** 3615,3618 **** --- 3614,3618 ---- COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_OPTIMIZATION_LEVEL = 2; ZERO_LINK = NO; }; *************** *** 4175,4179 **** GCC_ENABLE_CPP_EXCEPTIONS = NO; GCC_ENABLE_CPP_RTTI = NO; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = frontier.xcode.h; --- 4175,4178 ---- |