gsdx linux: drop aligned stack option

I think the bug was related to a wrong declaration of exported function without stdcall
This commit is contained in:
Gregory Hainaut 2015-05-11 11:35:34 +02:00
parent 286fe4db8c
commit 2dcffe7fa4
1 changed files with 1 additions and 4 deletions

View File

@ -44,11 +44,8 @@ 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