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-06-18 15:58:49 +0300
commite1501c24cd4325644c92ecbf13a7e5fe87ed64aa (patch)
treec779d0b6027ec077196e09489e2c425a9fce8430
parent737fc258baeb89a3f04eb50d0f580109c8506dee (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