Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bf4b9e92ea6c490eca82b53e3635dd4cd98fac18
/
.
/
Modules
/
Platform
/
AIX-XL-CXX.cmake
blob: 78baef5df9f23fe1c96c361d653ecb15382fd285 [
file
]
include
(
Platform
/
AIX
-
XL
)
__aix_compiler_xl
(
CXX
)
# -qhalt=s = Halt on severe error messages
string
(
APPEND CMAKE_CXX_FLAGS_INIT
" -qhalt=s"
)