From 333091f78934d55b7b6458c575d8f23f364636c8 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 28 Apr 2017 15:15:08 +0200 Subject: Fixes ?RLR eating first char; !P and !N messages. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index de697d5..a6ab099 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,9 +9,9 @@ add_definitions(-D_POSIX_SOURCE) add_definitions(-D_POSIX_C_SOURCE=200809L) if(CMAKE_COMPILER_IS_GNUCC) + set(CMAKE_C_FLAGS "-g -Wall -Wpedantic -Wconversion") message(STATUS "GNUCC detected. Adding '-O3' parameter.") set(CMAKE_C_FLAGS "-O3") - #set(CMAKE_C_FLAGS "-g -Wall -Wpedantic -Wconversion") endif() # ${SRC_FILES} is recursively defined in the subdirectories. -- cgit v1.2.3-70-g09d2