diff options
| -rwxr-xr-x | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16f9e1a2..2375aaa5 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,8 +114,8 @@ elseif(RK3399) set(CMAKE_ASM_FLAGS "-pipe -march=armv8-a+crc+simd+crypto -mcpu=cortex-a72.cortex-a53+crypto") elseif(RK3588) add_definitions(-DRK3588) - add_definitions(-pipe -march=armv8-a+crc+simd+crypto -mcpu=cortex-a76.cortex-a55+crypto) - set(CMAKE_ASM_FLAGS "-pipe -march=armv8-a+crc+simd+crypto -mcpu=cortex-a76.cortex-a55+crypto") + add_definitions(-pipe -mcpu=cortex-a76.cortex-a55+crypto) + set(CMAKE_ASM_FLAGS "-pipe -mcpu=cortex-a76.cortex-a55+crypto") elseif(ODROIDN2) add_definitions(-DODROIDN2) add_definitions(-march=armv8-a+crc+simd+crypto -mcpu=cortex-a73.cortex-a53+crypto) |