summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-10 18:05:04 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-10 18:05:04 +0000
commit287d77d5995567fcba738c97af558f36e51462ca (patch)
tree246bfd83fa3efb9c69f63bab3018d4d9ddaabc9e
parentec0822b8f00cd09591c5deafa78a382131186859 (diff)
downloadpcsxr-287d77d5995567fcba738c97af558f36e51462ca.tar.gz
Removed -mstackrealign. It was impossible to debug with THAT, too. Also, it's just a band-aid over the bigger issue of the dynarec core being 4-byte aligned when it needs to be 16-byte aligned on Mac OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73132 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--macosx/Pcsxr.xcodeproj/project.pbxproj6
1 files changed, 1 insertions, 5 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj
index 8ef17a43..659a8104 100644
--- a/macosx/Pcsxr.xcodeproj/project.pbxproj
+++ b/macosx/Pcsxr.xcodeproj/project.pbxproj
@@ -947,10 +947,7 @@
GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
GCC_WARN_UNKNOWN_PRAGMAS = NO;
INFOPLIST_FILE = Info.plist;
- OTHER_CFLAGS = (
- "-mstackrealign",
- "-falign-loops=16",
- );
+ OTHER_CFLAGS = "-falign-loops=16";
PRODUCT_NAME = PCSXR;
WRAPPER_EXTENSION = app;
};
@@ -976,7 +973,6 @@
GCC_WARN_UNKNOWN_PRAGMAS = NO;
INFOPLIST_FILE = Info.plist;
OTHER_CFLAGS = (
- "-mstackrealign",
"-fomit-frame-pointer",
"-funroll-loops",
"-falign-loops=16",