Use armv8-a

This commit is contained in:
Jarred Sumner
2024-07-11 20:30:21 -07:00
parent aea3964abd
commit 40f0da1254
3 changed files with 4 additions and 4 deletions

View File

@@ -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 -march=cortex-a35 -mtune=ampere1)
target_compile_options(${bun} PUBLIC -march=armv8-a -mtune=ampere1)
endif()
endif()