AIX-XL-CXX.cmake 146 B

12345
  1. include(Platform/AIX-XL)
  2. __aix_compiler_xl(CXX)
  3. # -qhalt=s = Halt on severe error messages
  4. string(APPEND CMAKE_CXX_FLAGS_INIT " -qhalt=s")