cmake/Modules/Compiler/PathScale-CXX.cmake
2016-10-30 18:24:19 +01:00

5 lines
169 B
CMake

include(Compiler/PathScale)
__compiler_pathscale(CXX)
string(APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT " -DNDEBUG")
string(APPEND CMAKE_CXX_FLAGS_RELEASE_INIT " -DNDEBUG")