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 a5f2a24 commit 21e9e7bCopy full SHA for 21e9e7b
CMakeLists.txt
@@ -67,7 +67,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "-g -DDEBUG")
67
# -flto stands for Link Time Optimization (LTO)
68
set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG -finline-functions -flto")
69
70
-# GCC (Ubuntu 18.04 LTS Bionic Beaver)
+# GCC (Ubuntu 20.04 LTS Focal Fossa)
71
if(UNIX AND NOT APPLE)
72
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
73
endif(UNIX AND NOT APPLE)
0 commit comments