[getdp] 01/02: Don't use -march and -mtune in g++ flags

Mattia Rizzolo mattia at debian.org
Fri Feb 12 22:51:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository getdp.

commit afc022f56728218aacc6e668ea6663f60e6ba208
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Feb 12 22:48:02 2016 +0000

    Don't use -march and -mtune in g++ flags
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b98a3a4..bcb18b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@ BUILDDIR_PETSC = $(CURDIR)/debian/build/petsc
 BUILDDIR_SPARSKIT = $(CURDIR)/debian/build/sparskit
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic -O3 -march=native -mtune=native
-export DEB_CXXFLAGS_MAINT_APPEND  = -Wall -pedantic -O3 -march=native -mtune=native
+export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic -O3
+export DEB_CXXFLAGS_MAINT_APPEND  = -Wall -pedantic -O3
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export OMPI_MCA_plm_rsh_agent=/bin/false                #workaround to start MPI-applications in chroot

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git



More information about the debian-science-commits mailing list