[SCM] x42-plugins/master: Enable sse and sse2 opt on amd64.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 8 13:27:30 UTC 2015


The following commit has been merged in the master branch:
commit 6b2a1154fdcc40f426e776d6bd2754b8ee1328c7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 8 15:19:12 2015 +0200

    Enable sse and sse2 opt on amd64.

diff --git a/debian/rules b/debian/rules
index eb71e5a..42714d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 
 export OPTIMIZATIONS= -fomit-frame-pointer -O3 -fno-finite-math-only
 
+ifeq ($(DEB_HOST_ARCH_CPU),amd64)
+export OPTIMIZATIONS += -msse -msse2
+endif
+
 %:
 	dh $@ --parallel
 

-- 
x42-plugins packaging



More information about the pkg-multimedia-commits mailing list