removed redundant compiler flags
Compare changes
+ 2
− 2
@@ -38,8 +38,8 @@ endif()
IAP GITLAB
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.