[librsb] 02/02: d/rules: Compile with -O3 option

Rafael Laboissiere rafael at debian.org
Fri Sep 23 12:00:40 UTC 2016


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

rafael pushed a commit to branch master
in repository librsb.

commit c790d59d9a98ed67a9b6c984de98a9c4b4a6837c
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Sep 23 08:23:37 2016 -0300

    d/rules: Compile with -O3 option
    
    With this change, both -O2 and -O3 options will be given to gcc, but
    this is not a problem, since the optimization flags activated by -O2
    are included in the set of flags activated by -O3.
    
    Also, remove cruft introduced by dh_make.
    
    Gbp-Dch: Ignore
---
 debian/rules | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1d777a7..5d99409 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,6 @@
 #!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
-#export DH_VERBOSE = 1
 
-
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_CFLAGS_MAINT_APPEND  = -O3
 
 %:
 	dh $@ --with autotools_dev

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



More information about the debian-science-commits mailing list