mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[CI] Try to fix arm64/Clang build
This commit is contained in:
parent
ee760fced1
commit
a429ca70e7
@ -230,7 +230,11 @@ elseif(ARM64)
|
||||
#add_definitions(-pipe -march=native)
|
||||
endif()
|
||||
if(ARM_DYNAREC)
|
||||
set(CMAKE_ASM_FLAGS "-pipe -mcpu=generic-armv8-a+lse+rdma+crc+crypto")
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
set(CMAKE_ASM_FLAGS "-pipe -mcpu=generic -march=-armv8.2-a+crc+crypto")
|
||||
else()
|
||||
set(CMAKE_ASM_FLAGS "-pipe -mcpu=generic-armv8-a+lse+rdma+crc+crypto")
|
||||
endif()
|
||||
endif()
|
||||
if(ANDROID)
|
||||
add_definitions(-DANDROID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user