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:
parent
40d53c6433
commit
3beab3a3ee
@ -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…
Reference in New Issue
Block a user