Browse Source

remove mtune

Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/2844/head
lizzie 4 months ago
committed by crueter
parent
commit
1ec61919ad
  1. 4
      src/dynarmic/CMakeLists.txt

4
src/dynarmic/CMakeLists.txt

@ -102,10 +102,6 @@ else()
-pedantic
-Wno-missing-braces)
if (ARCHITECTURE STREQUAL "x86_64")
list(APPEND DYNARMIC_CXX_FLAGS -mtune=core2)
endif()
if (CXX_GCC)
# GCC produces bogus -Warray-bounds warnings from xbyak headers for code paths that are not
# actually reachable. Specifically, it happens in cases where some code casts an Operand&

Loading…
Cancel
Save