[med-svn] [Git][med-team/last-align][simde] force -O3 to be last
Michael R. Crusoe
gitlab at salsa.debian.org
Wed Dec 18 09:21:23 GMT 2019
Michael R. Crusoe pushed to branch simde at Debian Med / last-align
Commits:
e67c31e3 by Michael R. Crusoe at 2019-12-18T08:50:23Z
force -O3 to be last
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -11,8 +11,8 @@ include /usr/share/dpkg/default.mk
mandir=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1/
# Copy upstream CXXFLAGS here because makefile enables only overriding them
-CXXFLAGS += -Wall -Wextra -Wcast-qual -Wswitch-enum -Wundef -Wcast-align -Wno-long-long -ansi -pedantic -std=c++11
-CPPFLAGS += -DHAS_CXX_THREADS -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
+CXXFLAGS += -Wall -Wextra -Wcast-qual -Wswitch-enum -Wundef -Wcast-align -Wno-long-long -ansi -pedantic -std=c++11 -fopenmp-simd -O3
+CPPFLAGS += -DHAS_CXX_THREADS -DSIMDE_ENABLE_OPENMP
# -Wconversion
# -fomit-frame-pointer ?
View it on GitLab: https://salsa.debian.org/med-team/last-align/commit/e67c31e32135e33721f3ec1cdc4ccad2f52dbe44
--
View it on GitLab: https://salsa.debian.org/med-team/last-align/commit/e67c31e32135e33721f3ec1cdc4ccad2f52dbe44
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191218/b1b0d044/attachment-0001.html>
More information about the debian-med-commit
mailing list