aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/template/aix2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/aix b/src/template/aix
index 04c97e7bd14..b566ff129df 100644
--- a/src/template/aix
+++ b/src/template/aix
@@ -7,7 +7,7 @@ if test "$GCC" != yes ; then
CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
;;
*)
- CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
+ CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg"
;;
esac
fi