aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 990df578d..5a086bebb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1750,6 +1750,9 @@ if test "x$RECENTAIX" = "xyes"; then
dnl the optimizer assumes that pointers can only point to
dnl an object of the same type.
CFLAGS="$CFLAGS -qnoansialias"
+ dnl Force AIX xlc to stop after the compilation phase, and not
+ dnl generate object code, when the source compiles with errors.
+ CFLAGS="$CFLAGS -qhalt=e"
)