[pkg-d-commits] [vibe.d] 01/03: Compile with optimizations again

Matthias Klumpp mak at moszumanska.debian.org
Thu Feb 23 22:53:25 UTC 2017


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

mak pushed a commit to branch master
in repository vibe.d.

commit 1c717a094f68bd37099df90b2785a35849c76b05
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Wed Feb 1 21:57:39 2017 +0100

    Compile with optimizations again
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 60eb076..ab9d5f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 VIBED_FLAGS := --prefix=/usr \
 		--buildtype=plain
 
-export DFLAGS=-O0 -g -release -wi
+export DFLAGS=-O2 -g -release -wi
 
 # Define install target dir
 INSTALLDIR = $(CURDIR)/debian/tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/vibe.d.git



More information about the pkg-d-commits mailing list