cmake: restore omit frame pointer optimization

Crash was related to unaligned stack in dyna_page_reset/dyna_block_discard
This commit is contained in:
Gregory Hainaut 2015-10-23 22:14:57 +02:00
parent b07621f1a1
commit 1f2d95db7e
1 changed files with 0 additions and 6 deletions

View File

@ -13,12 +13,6 @@ endif()
set(CommonFlags
# GCC-4.6 crash pcsx2 during the binding of plugins at startup...
# Disable this optimization for the moment
# GCC-4.9 update:
# Crash when you start a game. Likely a stack corruption/alignment
-fno-omit-frame-pointer
# END GCC-4.6
-fno-strict-aliasing
-Wno-parentheses
-Wstrict-aliasing # Allow to track strict aliasing issue.