cmake/Modules/Compiler/PathScale-C.cmake

5 lines
163 B
CMake
Raw Normal View History

2010-03-17 14:00:29 +02:00
include(Compiler/PathScale)
__compiler_pathscale(C)
2016-10-30 18:24:19 +01:00
string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -DNDEBUG")
string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -DNDEBUG")