[SCM] x42-plugins/master: Remove sse optimalization from sisco properly (Closes: #730421).
Robin Gareus
robin at gareus.org
Fri Dec 6 11:31:54 UTC 2013
Hi Mira,
Instead of patching all Makefiles individually, you can simply change
debian/rules to use
$(MAKE) OPTIMIZATIONS="-ffast-math -fomit-frame-pointer -O3
-fno-finite-math-only" PREFIX=/usr
and you may or may not want to add LDFLAGS="$LDFLAGS -Wl,--as-needed"
I don't know if that's supported on all architectures/variants that
debian builds for, though.
ciao,
robin
On 11/26/2013 05:21 PM, mira-guest at users.alioth.debian.org wrote:
> -OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
> -+OPTIMIZATIONS ?= -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
> ++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
More information about the pkg-multimedia-maintainers
mailing list