summaryrefslogtreecommitdiff
path: root/Modules/Platform/AIX-XL-CXX.cmake
blob: 78baef5df9f23fe1c96c361d653ecb15382fd285 (plain)
1
2
3
4
5
include(Platform/AIX-XL)
__aix_compiler_xl(CXX)

# -qhalt=s       = Halt on severe error messages
string(APPEND CMAKE_CXX_FLAGS_INIT " -qhalt=s")