Skip to content

Commit 21e9e7b

Browse files
committed
Ubuntu 20.04 support
1 parent a5f2a24 commit 21e9e7b

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
@@ -67,7 +67,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "-g -DDEBUG")
6767
# -flto stands for Link Time Optimization (LTO)
6868
set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG -finline-functions -flto")
6969

70-
# GCC (Ubuntu 18.04 LTS Bionic Beaver)
70+
# GCC (Ubuntu 20.04 LTS Focal Fossa)
7171
if(UNIX AND NOT APPLE)
7272
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
7373
endif(UNIX AND NOT APPLE)

0 commit comments

Comments
 (0)