summaryrefslogtreecommitdiffstats
path: root/sbc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-05 20:22:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-05 20:22:05 +0000
commitbfac4c082bca5e5ffb4874ed6be0a7e336b719d5 (patch)
tree8e6c87cd69186c88a10ab110bd8847500f0ee566 /sbc
parentcf824c4d12cbbf2f287fdee817b367974d2f8421 (diff)
Enable gcc -O3 optimizations for SBC
Diffstat (limited to 'sbc')
-rw-r--r--sbc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbc/Makefile.am b/sbc/Makefile.am
index 840fbfef..9079305a 100644
--- a/sbc/Makefile.am
+++ b/sbc/Makefile.am
@@ -10,6 +10,8 @@ noinst_LTLIBRARIES = libsbc.la
libsbc_la_SOURCES = sbc.h sbc.c sbc_math.h sbc_tables.h
+libsbc_la_CFLAGS = -finline-functions -funswitch-loops -fgcse-after-reload
+
noinst_PROGRAMS = sbcinfo sbcdec sbcenc $(sndfile_programs)
sbcdec_LDADD = libsbc.la