zdoom-macos-deps/deps/cmake/share/cmake-3.25/Modules/Platform/AIX-XL-CXX.cmake

6 lines
146 B
CMake
Raw Normal View History

2021-07-25 09:55:31 +00:00
include(Platform/AIX-XL)
__aix_compiler_xl(CXX)
# -qhalt=s = Halt on severe error messages
string(APPEND CMAKE_CXX_FLAGS_INIT " -qhalt=s")