This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch master in repository last-align.
commit 51e07bd07c8571f4c384a809f51ecf0add26d776 Author: Charles Plessy <[email protected]> Date: Sun Oct 15 22:06:13 2017 +0900 Re-enable multi-threading. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 7c8cbe8..7ca2567 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ mandir=$(CURDIR)/debian/$(pkg)/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 # -Wconversion # -fomit-frame-pointer ? -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/last-align.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
