[SCM] x42-plugins/master: Removed extra optimisation.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Feb 6 13:23:47 UTC 2014
The following commit has been merged in the master branch:
commit 53a36e32d5fb3fea3c6e07dbd7ddd093182000ec
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Feb 6 14:20:19 2014 +0100
Removed extra optimisation.
diff --git a/debian/rules b/debian/rules
index b98d344..8d022c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
-ifeq ($(DEB_HOST_ARCH_CPU),amd64)
-CFLAGS += -msse -msse2 -mfpmath=sse -mtune=generic
-endif
-
-ifeq ($(DEB_HOST_ARCH_CPU),i386)
-CFLAGS += -mtune=generic
-endif
-
-CFLAGS += -ftree-vectorize
-
%:
dh $@
--
x42-plugins packaging
More information about the pkg-multimedia-commits
mailing list