Skip to content

Commit

Permalink
Build: set optimization level to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunix00 committed Jul 5, 2024
1 parent 5da905c commit b782f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(SPL)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

add_compile_options(-O3)
add_compile_options(-O2)

file(GLOB_RECURSE TEST_SOURCES tests/*.cpp)
file(GLOB_RECURSE SOURCES src/*.cpp)
Expand Down

0 comments on commit b782f1c

Please sign in to comment.