mirror of https://github.com/PCSX2/pcsx2.git
Revert "gsdx linux: drop aligned stack option"
This reverts commit 2dcffe7fa4
.
This commit is contained in:
parent
d77e252873
commit
59f7e4d2dc
|
@ -44,8 +44,11 @@ endif()
|
|||
|
||||
#Clang doesn't support a few common flags that GCC does.
|
||||
if(NOT USE_CLANG)
|
||||
# To support AVX1/AVX2 properly...
|
||||
set(GSdxFinalFlags ${GSdxFinalFlags} -fabi-version=6)
|
||||
if (_M_X86_32 AND NOT USE_ASAN)
|
||||
# Someone need to seriously test the build of GSdx without this option
|
||||
set(GSdxFinalFlags ${GSdxFinalFlags} -mpreferred-stack-boundary=2)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(GSdxSources
|
||||
|
|
Loading…
Reference in New Issue