IAP GITLAB

Skip to content

removed redundant compiler flags

Maximilian Reininghaus requested to merge cmake_flags into master

The ${CMAKE_CXX_FLAGS} in set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -O3") is unnecessary, because the additional release flags are appended to the default ones.

Merge request reports