Stop stripping debug information from release binaries in Mac OS X.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8175 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2009-09-24 17:48:41 +00:00 committed by Git SVN Gateway
parent e125b47e6a
commit abb56f1124
1 changed files with 1 additions and 1 deletions

View File

@ -5297,7 +5297,7 @@
ppc,
i386,
);
COPY_PHASE_STRIP = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
GCC_ALTIVEC_EXTENSIONS = YES;
GCC_AUTO_VECTORIZATION = YES;