Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
653a32aa72ab1191d281a05b966eb599d473eedb
/
.
/
Modules
/
Platform
/
AIX-XL-C.cmake
blob: cbfd58b3d7943a57b5c3449bcfa470ea23bcbb37 [
file
] [
log
] [
blame
]
include
(
Platform
/
AIX
-
XL
)
__aix_compiler_xl
(
C
)
# -qhalt=e = Halt on error messages (rather than just severe errors)
string
(
APPEND CMAKE_C_FLAGS_INIT
" -qhalt=e"
)