1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-09 05:16:17 +02:00

Added option to enable build with debug symbols

This commit is contained in:
Pavel Odintsov 2022-03-13 17:18:21 +02:00
parent b2da05e6e1
commit c071262c70

View File

@ -92,6 +92,8 @@ set(FASTNETMON_PROFILER OFF)
set(FASTNETMON_PROFILE_FLAGS "-g -pg")
# set(CMAKE_BUILD_TYPE DEBUG)
if (NOT CMAKE_BUILD_TYPE)
message(STATUS "Setting build type to Release as none was specified.")
set(CMAKE_BUILD_TYPE Release)