[caffe-contrib] 10/15: rules: disable -pedantic

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sun Oct 2 14:47:55 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-contrib.

commit cde440b180a7adf5ac967948f89e31e47fbeebbb
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sun Oct 2 14:39:50 2016 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 16261d9..3983672 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ caffe-contrib (1.0.0~rc3+20160930-ga7f950b-1) UNRELEASED; urgency=medium
     - upstream-dont-set-map-size-1TB-in-db-lmdb.patch
     - upstream-print-to-stderr-for-example-LMDB-code.patch
     - upstream-update-MNIST-example-to-use-new-DB-classes.patch
+  * Disable -pedantic compiler option to reduce build log size.
 
  -- Zhou Mo <cdluminate at gmail.com>  Wed, 10 Aug 2016 14:08:06 +0000
 
diff --git a/debian/rules b/debian/rules
index fde5734..2033960 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-contrib.git



More information about the debian-science-commits mailing list