diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-07-17 22:25:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-17 22:25:20 +0200 |
| commit | 27d8911dee95a13acdd98389261e80a17b92ce8e (patch) | |
| tree | ad64cf605fe920221738dccbaf340f93af320eb7 | |
| parent | 4bf909393cd2cea40f011c07a1082878566b5006 (diff) | |
| download | box64-27d8911dee95a13acdd98389261e80a17b92ce8e.tar.gz box64-27d8911dee95a13acdd98389261e80a17b92ce8e.zip | |
Update CMakeLists.txt (for #890)
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 365b4888..fa2d833a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -167,7 +167,7 @@ elseif(SW64) add_definitions(-DSW64) elseif(ARM64) #add_definitions(-pipe -march=native) - set(CMAKE_ASM_FLAGS "-pipe -march=armv8-a+crc+simd+crypto") + set(CMAKE_ASM_FLAGS "-pipe -march=armv8-a+simd") elseif(ARM_DYNAREC) set(CMAKE_ASM_FLAGS "-pipe -march=armv8-a+crc+simd+crypto") endif() |