Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
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"
)