Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mk-alsa
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# omits them. To build the libraries, see the 'mk-libmad-linux'
# and 'mk-tremor-linux' scripts.

OPT="-DT_LINUX_ALSA -Wall -g -lm -lpthread `pkg-config --cflags alsa` -DOGG_DECODE"
OPT="-DT_LINUX_ALSA -Wall -g -O3 -s -lm -lpthread `pkg-config --cflags alsa` -DOGG_DECODE"
LIBS="`pkg-config --libs alsa` `pkg-config --libs vorbisfile`"

echo $OPT $LIBS
Expand Down
Loading