6 lines
146 B
CMake
6 lines
146 B
CMake
include(Platform/AIX-XL)
|
|
__aix_compiler_xl(CXX)
|
|
|
|
# -qhalt=s = Halt on severe error messages
|
|
string(APPEND CMAKE_CXX_FLAGS_INIT " -qhalt=s")
|