Revert "cmake: Add -mxsave flag to ARCH_FLAG in BuildParameters."

gcc complained about "Wno-packed-not-aligned" and "Wno-class-memaccess"
flags so I won't bother with it, the warnings can be fixed properly
but for now I'll just revert the previous commit.
This commit is contained in:
lightningterror 2018-12-27 06:19:19 +01:00
parent 752dbdefd2
commit 9c0bbfec1f
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ if(${PCSX2_TARGET_ARCHITECTURES} MATCHES "i386")
# AVX requires some fix of the ABI (mangling) (default 2)
# Note: V6 requires GCC 4.7
#set(ARCH_FLAG "-march=native -fabi-version=6")
set(ARCH_FLAG "-mxsave -march=native")
set(ARCH_FLAG "-march=native")
endif()
endif()