Add Make flag to disable optimization

This commit is contained in:
Eelco Dolstra 2014-09-17 17:07:05 +02:00
parent 6e5b02bee4
commit 5a05cf4063
2 changed files with 10 additions and 3 deletions

View file

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