compiled with errors. This behaviour is needed for autoconf macros which
rely on the ability to compile with or without errors, and is safer than
xlc's default of failing only upon severe errors.
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"
)
fi
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"
)