[med-svn] [libssw] 01/02: add SSE CFLAGS
Sascha Steinbiss
satta at debian.org
Sun Jun 26 09:39:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository libssw.
commit 4c40ecd12f5ee62dfd988454876167e37ae7adc2
Author: Sascha Steinbiss <satta at debian.org>
Date: Sun Jun 26 09:27:38 2016 +0000
add SSE CFLAGS
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 9ba2f1a..43e556d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
PKG_VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/-.*//')
+export CFLAGS = $(CFLAGS) -msse2
+export CXXFLAGS = $(CXXFLAGS) -msse2
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libssw.git
More information about the debian-med-commit
mailing list