zdoom-macos-deps/deps/cmake/share/cmake-3.25/Modules/Platform/AIX-XL-CXX.cmake
2023-01-10 16:43:43 +02:00

5 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")