Merge pull request #149

056ad31 Really compile with -O3 by default (Pieter Wuille)
This commit is contained in:
Pieter Wuille 2014-12-11 00:50:16 +01:00
commit 5f5a31fe0a
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ AC_PATH_TOOL(AR, ar)
AC_PATH_TOOL(RANLIB, ranlib)
AC_PATH_TOOL(STRIP, strip)
if test -z $CFLAGS; then
if test "x$CFLAGS" = "x"; then
CFLAGS="-O3 -g"
fi