Skip to content
Snippets Groups Projects
Commit ea016a5c authored by mkirsz's avatar mkirsz
Browse files

resolved conflict

parents 899544e5 bb527f8c
No related branches found
No related tags found
1 merge request!8Develop
Pipeline #48625 failed
......@@ -24,7 +24,7 @@ set(CMAKE_CXX_FLAGS_DEBUG
FORCE)
set(CMAKE_CXX_FLAGS_RELEASE
"-g -O3 -Wall -Wpedantic -Wextra"
"-g -O3 -Wall"
CACHE STRING
"Release build."
FORCE)
......@@ -35,6 +35,12 @@ set(CMAKE_CXX_FLAGS_PROFILE
"Flags used by the C++ compiler during profile builds."
FORCE)
set(CMAKE_CXX_FLAGS_DEVELOP
"-g -O3 -Wall -Wpedantic -Wextra"
CACHE STRING
"Release build."
FORCE)
# Set default build type
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
......
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