We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6960e64 commit 7c36d8aCopy full SHA for 7c36d8a
CMakeLists.txt
@@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
17
18
# with -fno-implicit-templates I get linker errors when using std:: stuff
19
# TODO: should be developer specific, by using e.g. CMake Presets
20
-set(CMAKE_CXX_FLAGS "-O3")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
21
set(CMAKE_PREFIX_PATH $ENV{CMAKE_PREFIX_PATH})
22
23
# IPO
0 commit comments