Skip to content

Commit a8bbd20

Browse files
Add -O3 flag
1 parent 73df403 commit a8bbd20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(SoABenchmark)
44

55
set(CMAKE_CXX_STANDARD 23)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
7+
set(CMAKE_CXX_FLAGS "-O3")
78

89
find_package(benchmark REQUIRED)
910
find_package(Boost REQUIRED)

0 commit comments

Comments
 (0)