From 64a43c935844a5b35da64e7e1e9d39bd7ed2473a Mon Sep 17 00:00:00 2001 From: fluttershy Date: Mon, 20 Jan 2025 15:02:08 +0500 Subject: [PATCH] cmake update --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8de76b..6600001 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,5 +60,4 @@ target_link_libraries(tests gtest set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED True) -set(CMAKE_CXX_FLAGS "-march=native -O2 -pipe") -#set(CMAKE_CXX_FLAGS "-O0 -pipe") \ No newline at end of file +set(CMAKE_CXX_FLAGS "-march=native -O2 -pipe") \ No newline at end of file