mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Set -march instead of -mcpu
This commit is contained in:
@@ -1128,7 +1128,7 @@ else()
|
||||
|
||||
if(NOT WIN32 AND NOT APPLE AND ARCH STREQUAL "aarch64")
|
||||
# on arm64 linux, we set a minimum of armv8
|
||||
target_compile_options(${bun} PUBLIC -mcpu=cortex-a35 -mtune=ampere1)
|
||||
target_compile_options(${bun} PUBLIC -march=cortex-a35 -mtune=ampere1)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user