summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbushing <bushing@gmail.com>2008-12-24 03:09:21 +0000
committerbushing <bushing@gmail.com>2008-12-24 03:09:21 +0000
commit6fc28cae8ce4f4223cdab49d9c18fcbf45abe5a8 (patch)
tree96432c125139fa3d677edb500167265a6b7daafc
parent4aa693ea54dc3fe178ce4b1dbdcb9d937dad7924 (diff)
OS X needs -mstackrealign for JIT to work; should not break anything on other platforms
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1644 8ced0084-cf51-0410-be5f-012b33b47a6e
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index d13dee7ba7..3e2aabebb7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -31,6 +31,7 @@ compileFlags = [
'-fno-strict-aliasing',
'-msse2',
'-fvisibility=hidden',
+ '-mstackrealign',
#'-fomit-frame-pointer'
]