Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d0451d1a67a880d1c8ff2f2ebfca47904d723bce
/
.
/
Modules
/
Compiler
/
PathScale-C.cmake
blob: 94c7d0822888587919f18dd27ef050eb2d46c667 [
file
] [
log
] [
blame
]
include
(
Compiler
/
PathScale
)
__compiler_pathscale
(
C
)
string
(
APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT
" -DNDEBUG"
)
string
(
APPEND CMAKE_C_FLAGS_RELEASE_INIT
" -DNDEBUG"
)