From c81e60b1f5d62b74a2ebc269348b36bf91df5015 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Sun, 9 Nov 2025 08:53:54 +0100 Subject: fix memcpy_neon --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f5f0579..6343f7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,7 +133,8 @@ install(TARGETS app${PROJECT_NAME} if ("${CMAKE_BUILD_TYPE}" MATCHES "Release") message("it's Release") - add_compile_options(-Ofast -fno-unroll-loops -Wall) + # add_compile_options(-Ofast -fno-unroll-loops -Wall) + add_compile_options(-Ofast -Wall) # add_compile_options(-Wall -Wextra -Wpedantic) # add_compile_options(-O3 -Wall) else() -- cgit v1.2.3-70-g09d2