mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
da36cde059
We add compiler information files Compiler/PathScale-<lang>.cmake to specify PathScale compiler information for C, C++, and Fortran languages. We use a macro in Compiler/PathScale.cmake to consolidate the information common to all languages.
5 lines
214 B
CMake
5 lines
214 B
CMake
include(Compiler/PathScale)
|
|
__compiler_pathscale(CXX)
|
|
set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "${CMAKE_CXX_FLAGS_MINSIZEREL_INIT} -DNDEBUG")
|
|
set(CMAKE_CXX_FLAGS_RELEASE_INIT "${CMAKE_CXX_FLAGS_RELEASE_INIT} -DNDEBUG")
|