mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03:00
Really compile with -O3 by default
This commit is contained in:
parent
c88e2b8cca
commit
056ad31064
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue