mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e8c58c6b92
* better Ogg FLAC support * speedups * several new options to flac and metaflac * several API additions * streaming support in the XMMS plugin * bugfixes
18 lines
541 B
Plaintext
18 lines
541 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -10541,9 +10541,9 @@
|
|
if test x$debug = xtrue; then
|
|
OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -g -O0 -DDEBUG"
|
|
else
|
|
- OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O2 -DNDEBUG"
|
|
+ OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -DNDEBUG"
|
|
if test x$GCC = xyes; then
|
|
- OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__"
|
|
+ OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -Wall -W -DFLaC__INLINE=__inline__"
|
|
fi
|
|
fi
|
|
CFLAGS="$OUR_CFLAGS_HEAD $CFLAGS"
|