From 3beab3a3ee4f008067da456ad5180b333c1f923c Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:44:03 +0200 Subject: [PATCH] build: Use `-march=native` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d8dd93..4f97bb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ else () -g3 -gdwarf-4 -grecord-gcc-switches - -march=westmere) + -march=native) if (CMAKE_C_COMPILER_ID STREQUAL "GNU") list(APPEND BDDISASM_COMMON_COMPILE_OPTIONS