diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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() |
