| summaryrefslogtreecommitdiff |
path: root/CMakeLists.txt
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2016-09-21 03:13:47 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2016-09-21 03:13:47 +0200 |
| commit | 7e8cb867ba9ca9d0f533a8329712117ba38115a6 (patch) | |
| tree | 5d28846ab9b0946ccaf14bc530dbf36533b6bde9 /CMakeLists.txt | |
| parent | 8994c7b5cf56f540c71c763173a8927569ba94b3 (diff) | |
Fixes "No back sequence" + forbids name as pillar.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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. |


