diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-02 01:30:11 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-02 01:30:11 +0000 |
| commit | 7543dd040587a650556a60240b8f383d84bc3402 (patch) | |
| tree | 6f31a5f7ac592434cd71a29ef9757ae3a6898ae8 /macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj | |
| parent | ca4066b2fb81c66a1a478b3c24ef463b6107cefe (diff) | |
| download | pcsxr-7543dd040587a650556a60240b8f383d84bc3402.tar.gz | |
Remove -fomit-frame-pointer from Xcode debug builds; it was impossible to debug with it.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72759 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj')
| -rw-r--r-- | macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj index 67b7e95a..c88c94ab 100644 --- a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj +++ b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj @@ -303,7 +303,7 @@ GCC_WARN_UNKNOWN_PRAGMAS = NO; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins"; - OPTIMIZATION_CFLAGS = "-finline-functions -finline-limit=1600 -fomit-frame-pointer -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math"; + OPTIMIZATION_CFLAGS = "-finline-functions -finline-limit=1600 -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math"; OTHER_CFLAGS = "-finline-functions"; OTHER_LDFLAGS = ( "-framework", |
