[caffe] 06/07: rules: no -pedantic

Zhou Mo cdluminate-guest at moszumanska.debian.org
Mon Aug 1 03:25:36 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository caffe.

commit dedc0f4409620568edbfdac149c2197d0a49170c
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Mon Aug 1 03:22:11 2016 +0000

    rules: no -pedantic
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ff089a..e5f44ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ caffe (1.0.0~rc3+20160715-g42cd785-1) UNRELEASED; urgency=medium
   * Import upstream snapshot (42cd785e4b5ed824a9b2a02a19aa534042b64325).
   * Suggest OpenBLAS/Atlas library for metapackage caffe-cpu.
   * Update manpage d/man/caffe.1 .
+  * Comment out "-pedantic" from rules to reduce the size of build log.
 
  -- Zhou Mo <cdluminate at gmail.com>  Mon, 01 Aug 2016 02:19:21 +0000
 
diff --git a/debian/rules b/debian/rules
index a27dcb9..1bf4a5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
 
 # Hardening Caffe according to https://wiki.debian.org/Hardening
 export DEB_BUILD_MAINT_OPTIONS   = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND   = -Wall -pedantic
-export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic
+export DEB_CFLAGS_MAINT_APPEND   = -Wall #-pedantic
+export DEB_CXXFLAGS_MAINT_APPEND = -Wall #-pedantic
 export DEB_LDFLAGS_MAINT_APPEND  = -Wl,--as-needed
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

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



More information about the debian-science-commits mailing list