removed redundant compiler flags
- Dec 29, 2018
-
-
Maximilian Reininghaus authored
# Conflicts: # CMakeLists.txt
-
Maximilian Reininghaus authored
-
IAP GITLAB
gitlab security updates will be applied tomorrow morning. System will be unavailable shortly. // Doris
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.
# Conflicts: # CMakeLists.txt