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