Whoops, we need at least -O when compiling, because we use inline

functions.
This commit is contained in:
Zephaniah E. Hull 2000-09-28 06:29:37 +00:00
parent 1aa9084aa9
commit f383faa3c2

View file

@ -943,6 +943,7 @@ if test "x$optimize" = xyes; then
fi
else
AC_MSG_RESULT(no)
CFLAGS="$CFLAGS -O"
fi
dnl CFLAGS for release and devel versions