1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-17 21:18:27 +00:00

build: Use -march=native

This commit is contained in:
Anichitei Ionel-Cristinel 2024-02-23 11:44:03 +02:00 committed by GitHub
parent 40d53c6433
commit 3beab3a3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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