summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4540388..5b994db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ find_package(LibIRCClient REQUIRED)
if(CMAKE_COMPILER_IS_GNUCC)
set(CMAKE_C_FLAGS "-g -Wall -Wpedantic -Wconversion")
#message(STATUS "GNUCC detected. Adding '-O3' parameter.")
- #set(CMAKE_C_FLAGS "-O2")
+ #set(CMAKE_C_FLAGS "-O3")
endif()
# ${SRC_FILES} is recursively defined in the subdirectories.