]> git.tuebingen.mpg.de Git - paraslash.git/commit
compress: Compile with -O3.
authorAndre Noll <maan@systemlinux.org>
Tue, 2 Apr 2013 14:46:35 +0000 (14:46 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 21 Apr 2013 13:37:13 +0000 (15:37 +0200)
commit28c03cbe5dbfae3a99869445408089d14b777577
tree18e3d28b6856f312382f492b4bb82c3214089709
parent29921a5e29530801697ce4e4773738404efcbf57
compress: Compile with -O3.

By default all objects are compiled with -Os. For the compress filter,
which has to deal with large amounts of uncompressed audio data,
gcc emits rather inefficient code. Switching to -O3 resulted in a 10%
performance improvement on my Lenovo laptop.
Makefile.in