cmake/Modules/Platform/AIX-XL-C.cmake
2017-07-20 19:35:53 +02:00

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