mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 13:22:01 +00:00
5 lines
168 B
CMake
5 lines
168 B
CMake
include(Platform/AIX-XL)
|
|
__aix_compiler_xl(C)
|
|
|
|
# -qhalt=e = Halt on error messages (rather than just severe errors)
|
|
string(APPEND CMAKE_C_FLAGS_INIT " -qhalt=e")
|