From 7e8cb867ba9ca9d0f533a8329712117ba38115a6 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 21 Sep 2016 03:13:47 +0200 Subject: Fixes "No back sequence" + forbids name as pillar. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2df7e18..1021162 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,8 @@ add_definitions(-D_POSIX_C_SOURCE=200809L) if(CMAKE_COMPILER_IS_GNUCC) message(STATUS "GNUCC detected. Adding '-02' parameter.") - set(CMAKE_C_FLAGS "-O2") + # set(CMAKE_C_FLAGS "-O2") + set(CMAKE_C_FLAGS "-O3") endif() # ${SRC_FILES} is recursively defined in the subdirectories. -- cgit v1.2.3-70-g09d2