]> git.sesse.net Git - vlc/commit
vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE...
authorDamien Fouilleul <damienf@videolan.org>
Tue, 17 Jul 2007 11:05:30 +0000 (11:05 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Tue, 17 Jul 2007 11:05:30 +0000 (11:05 +0000)
commitff3a0f6c3f9c8f503812f28053672b34fbc730df
treecf20eb5a2708724608c9b86e22be5edbcdd846f2
parentf0fd5fd5a358ec828aba76319f4f751fef75ead0
vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible
configure.ac
m4/vlc.m4
vlc-config.in.in