[Forensics-changes] [SCM] debian-forensics/missidentify branch, debian, updated. upstream/1.0-6-g02c6fd9

Daniel Baumann daniel at debian.org
Fri Feb 22 08:17:52 UTC 2008


The following commit has been merged in the debian branch:
commit 02c6fd93c470d1d663e60b688e62093cbc89c5bf
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Feb 22 09:18:12 2008 +0100

    Added missing cflags definitions.

diff --git a/debian/rules b/debian/rules
index 2aabcfa..2ea113b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,12 @@
 
 CFLAGS = -Wall -g
 
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
 clean:
 	dh_testdir
 	dh_testroot

-- 
debian-forensics/missidentify



More information about the forensics-changes mailing list