about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-07-17 22:25:20 +0200
committerGitHub <noreply@github.com>2023-07-17 22:25:20 +0200
commit27d8911dee95a13acdd98389261e80a17b92ce8e (patch)
treead64cf605fe920221738dccbaf340f93af320eb7
parent4bf909393cd2cea40f011c07a1082878566b5006 (diff)
downloadbox64-27d8911dee95a13acdd98389261e80a17b92ce8e.tar.gz
box64-27d8911dee95a13acdd98389261e80a17b92ce8e.zip
Update CMakeLists.txt (for #890)
-rwxr-xr-xCMakeLists.txt2
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()