Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
91968ca66845dd560bb27710488a62b2be91c8ff
/
.
/
Modules
/
Compiler
/
PathScale-CXX.cmake
blob: 276b81ba518109742f515820d3f8ccf89bcd294f [
file
] [
log
] [
blame
]
include
(
Compiler
/
PathScale
)
__compiler_pathscale
(
CXX
)
string
(
APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT
" -DNDEBUG"
)
string
(
APPEND CMAKE_CXX_FLAGS_RELEASE_INIT
" -DNDEBUG"
)