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