zdoom-macos-deps/deps/cmake/share/cmake-3.21/Modules/Platform/AIX-XL-C.cmake
2021-07-25 12:55:31 +03:00

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