summaryrefslogtreecommitdiff
path: root/hints/aix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/aix.sh')
-rw-r--r--hints/aix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 40c7b66ae4..f862051024 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -123,7 +123,7 @@ case "$osvers" in
ccflags="$ccflags -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE"
case "$cc" in
*gcc*) ;;
- *) ccflags="$ccflags -qmaxmem=16384" ;;
+ *) ccflags="$ccflags -qmaxmem=16384 -qnoansialias" ;;
esac
nm_opt='-B'
;;