forked from Lainports/freebsd-ports
14 lines
465 B
Text
14 lines
465 B
Text
|
|
$FreeBSD$
|
|
|
|
--- codecs/mp3/Makefile 2003/10/17 09:05:05 1.1
|
|
+++ codecs/mp3/Makefile 2003/10/17 09:05:18
|
|
@@ -1,7 +1,7 @@
|
|
#
|
|
# LMC section
|
|
|
|
-CFLAGS+= -I../include -Iinclude -O6 -funroll-loops -finline-functions -Wall -Wno-missing-prototypes -Wno-missing-declarations -g -fPIC
|
|
+CFLAGS+= -I../include -Iinclude -funroll-loops -finline-functions -Wall -Wno-missing-prototypes -Wno-missing-declarations -fPIC
|
|
RANLIB=ranlib
|
|
|
|
# the XING decoder objs and dependencies:
|