From 1ec61919addb97cf39ed8e83f3f67408bd1cff1e Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 26 Oct 2025 20:19:01 +0000 Subject: [PATCH] remove mtune Signed-off-by: lizzie --- src/dynarmic/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dynarmic/CMakeLists.txt b/src/dynarmic/CMakeLists.txt index 4d3496ed88..725a1aa2cd 100644 --- a/src/dynarmic/CMakeLists.txt +++ b/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&