From 2dcffe7fa438f32aa0690182f9a563184a0674bc Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Mon, 11 May 2015 11:35:34 +0200 Subject: [PATCH] gsdx linux: drop aligned stack option I think the bug was related to a wrong declaration of exported function without stdcall --- plugins/GSdx/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/GSdx/CMakeLists.txt b/plugins/GSdx/CMakeLists.txt index 7c815b6c3b..879f841808 100644 --- a/plugins/GSdx/CMakeLists.txt +++ b/plugins/GSdx/CMakeLists.txt @@ -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