IAP GITLAB

Skip to content
Snippets Groups Projects
Commit babba847 authored by ralfulrich's avatar ralfulrich
Browse files

Merge branch 'master' into 81-process-selection-logic

parents 15fbf414 91d6b637
No related branches found
No related tags found
1 merge request!27Resolve "Process selection logic"
......@@ -38,6 +38,9 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
"Debug" "Release" "MinSizeRel" "RelWithDebInfo")
endif()
#set(CMAKE_CXX_FLAGS "-Wall -Wextra")
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
# unit testing coverage, does not work yet
#include (CodeCoverage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment