mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-22 14:08:08 +00:00
build: Use -march=native
This commit is contained in:
parent
40d53c6433
commit
3beab3a3ee
@ -70,7 +70,7 @@ else ()
|
|||||||
-g3
|
-g3
|
||||||
-gdwarf-4
|
-gdwarf-4
|
||||||
-grecord-gcc-switches
|
-grecord-gcc-switches
|
||||||
-march=westmere)
|
-march=native)
|
||||||
|
|
||||||
if (CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
if (CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||||
list(APPEND BDDISASM_COMMON_COMPILE_OPTIONS
|
list(APPEND BDDISASM_COMMON_COMPILE_OPTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user