[gazebo] 01/02: Add SSE flag when needed
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Wed Jun 25 00:26:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a commit to branch master
in repository gazebo.
commit 1c4945003d51ad3c4c950b397603b29f74afa257
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date: Tue Jun 24 02:02:51 2014 +0000
Add SSE flag when needed
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0babe7c..22cc4c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
SSE_FLAGS =
ifeq ($(DEB_HOST_ARCH),amd64)
-SSE_FLAGS = -mfpmath=sse -msse -msse2 -msse3 -mssse3
+SSE_FLAGS = -mfpmath=sse -msse -msse2 -msse3 -mssse3 -DSSE
endif
.PHONY: override_dh_auto_configure \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gazebo.git
More information about the debian-science-commits
mailing list