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