minor spacing
This commit is contained in:
parent
9ea7e2c3ad
commit
51f2bbf589
@ -138,9 +138,9 @@ AC_SUBST(FLaC__USIZE64)
|
||||
SAVE_CFLAGS="$CFLAGS"
|
||||
CFLAGS='-I./include -I $(top_srcdir)/include -Wall -W'
|
||||
if test x$debug = xtrue; then
|
||||
CFLAGS="$CFLAGS -g -O0 -DDEBUG"
|
||||
CFLAGS="$CFLAGS -g -O0 -DDEBUG"
|
||||
else
|
||||
CFLAGS="$CFLAGS -O3 -DNDEBUG"
|
||||
CFLAGS="$CFLAGS -O3 -DNDEBUG"
|
||||
if test x$GCC = xyes; then
|
||||
CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLAC__INLINE=__inline__"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user