]> git.sesse.net Git - vlc/commit
Remove code size optimization
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 1 May 2011 16:01:02 +0000 (19:01 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 1 May 2011 16:01:02 +0000 (19:01 +0300)
commit13e78d81057d30c75fdce84c485f1e0f4b72d0e2
tree9dab9ae87f9baf02914e759957b0d5d27cd3d731
parentdcdf7a64a2d9e20d9b03c3ef478e2a1add1cb155
Remove code size optimization

Optimizing VLC code for size is probably not such a great idea,
considering that media playback is performance critical. There are
better ways to reduce code size than -Os, e.g. Thumb(2) code on ARM.

And of course, removing unneeded plugins and feature is the best way
to reduce code size.
configure.ac
m4/vlc.m4
vlc-config.in.in