mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-13 13:51:05 +00:00
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")
|