aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Zakharenko <earwin@gmail.com>2016-03-28 11:34:23 +0200
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-04-30 00:40:23 +0300
commita216b5f87a8079601e6f146e8c943f0e4dabceeb (patch)
tree7234dd8fabd90cb9734c235013d89936cfe3a4c1
parent33d3b71e36f01e73b71abb4ec0162b42a1c625e2 (diff)
debian: compile for atom arch with SSE3 optimizations
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 9ec67e5..4f7cf6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ DEB_BUILD_HARDENING=1
%:
dh $@ --with autoreconf
+override_dh_auto_configure:
+ dh_auto_configure -- --without-sse CFLAGS="-DHAVE_SSE3 -march=atom -mtune=atom -O2" CXXFLAGS="-DHAVE_SSE3 -march=atom -mtune=atom -O2"
+
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info