build: Use `-march=native`

pull/85/head
Anichitei Ionel-Cristinel 2 months ago committed by GitHub
parent 40d53c6433
commit 3beab3a3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save