| summaryrefslogtreecommitdiff |
path: root/CMakeLists.txt
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-04-28 15:15:08 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-04-28 15:15:08 +0200 |
| commit | 333091f78934d55b7b6458c575d8f23f364636c8 (patch) | |
| tree | 8db1d59ff9aec1f61d5ac9c5ad3e750dc78e7a08 /CMakeLists.txt | |
| parent | 1d32728b9712702c9bca90d6dac370ff5fe2c214 (diff) | |
Fixes ?RLR eating first char; !P and !N messages.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |


