Skip to content

Commit 7c36d8a

Browse files
authored
Update CMakeLists.txt
1 parent 6960e64 commit 7c36d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
1717

1818
# with -fno-implicit-templates I get linker errors when using std:: stuff
1919
# TODO: should be developer specific, by using e.g. CMake Presets
20-
set(CMAKE_CXX_FLAGS "-O3")
20+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
2121
set(CMAKE_PREFIX_PATH $ENV{CMAKE_PREFIX_PATH})
2222

2323
# IPO

0 commit comments

Comments
 (0)