summaryrefslogtreecommitdiff
path: root/Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake')
-rw-r--r--Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake b/Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake
index f46fa95ee8..c51dacb639 100644
--- a/Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake
+++ b/Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake
@@ -3,3 +3,6 @@
__BlueGeneQ_setup_dynamic(XL C)
+
+# -qhalt=e = Halt on error messages (rather than just severe errors)
+string(APPEND CMAKE_C_FLAGS_INIT " -qhalt=e")