summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake')
-rw-r--r--Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake b/Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake
index 80c05a1..cfefb0b 100644
--- a/Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake
+++ b/Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake
@@ -3,3 +3,6 @@
__BlueGeneP_set_dynamic_flags(XL CXX)
+
+# -qhalt=s = Halt on severe error messages
+string(APPEND CMAKE_CXX_FLAGS_INIT " -qhalt=s")