cmake/Modules/Platform/AIX-XL-CXX.cmake

6 lines
146 B
CMake
Raw Normal View History

2011-06-19 15:41:06 +03:00
include(Platform/AIX-XL)
__aix_compiler_xl(CXX)
2017-07-20 19:35:53 +02:00
# -qhalt=s = Halt on severe error messages
string(APPEND CMAKE_CXX_FLAGS_INIT " -qhalt=s")