swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: 86ead0b5a32ee48907084a7cf85d00196cbf0366 authored by Brad King on 10 July 2019, 16:27:14 UTC
CMake 3.15.0-rc4
Tip revision: 86ead0b
AIX-XL-CXX.cmake
include(Platform/AIX-XL)
__aix_compiler_xl(CXX)

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