Set the default GCC optimisation level to -O3

This commit is contained in:
Eelco Dolstra 2013-08-06 14:21:46 +02:00
parent fd7d979c79
commit 263d668222
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ if test "$sys_name" = sunos; then
fi
CFLAGS=${CFLAGS:--g -O3}
CXXFLAGS=${CXXFLAGS:--g -O3}
AC_PROG_CC
AC_PROG_CXX