summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/AIX-XL-CXX.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/AIX-XL-CXX.cmake')
-rw-r--r--Modules/Platform/AIX-XL-CXX.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Platform/AIX-XL-CXX.cmake b/Modules/Platform/AIX-XL-CXX.cmake
index ef38a5f..78baef5 100644
--- a/Modules/Platform/AIX-XL-CXX.cmake
+++ b/Modules/Platform/AIX-XL-CXX.cmake
@@ -1,2 +1,5 @@
include(Platform/AIX-XL)
__aix_compiler_xl(CXX)
+
+# -qhalt=s = Halt on severe error messages
+string(APPEND CMAKE_CXX_FLAGS_INIT " -qhalt=s")