AIX-XL-C.cmake 168 B

12345
  1. include(Platform/AIX-XL)
  2. __aix_compiler_xl(C)
  3. # -qhalt=e = Halt on error messages (rather than just severe errors)
  4. string(APPEND CMAKE_C_FLAGS_INIT " -qhalt=e")