[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 06/10: t: Compile objects with debug symbols



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

nthykier pushed a commit to branch master
in repository lintian.

commit 2e2adf814842c73a770c7d9eb0539b4a56a6c9ae
Author: Niels Thykier <niels@thykier.net>
Date:   Wed May 13 20:23:47 2015 +0200

    t: Compile objects with debug symbols
    
    Keeps the build working when ddebs are enabled.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/tests/binaries-hardening/debian/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/tests/binaries-hardening/debian/Makefile b/t/tests/binaries-hardening/debian/Makefile
index f6560c2..723e7f1 100644
--- a/t/tests/binaries-hardening/debian/Makefile
+++ b/t/tests/binaries-hardening/debian/Makefile
@@ -1,6 +1,6 @@
 all: weak.1 strong.1
 	# Build without dpkg-buildflags.
-	gcc -o weak \
+	gcc -o weak -g \
 		-fno-stack-protector \
 		-Wl,-z,norelro \
 		-U_FORTIFY_SOURCE \

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


Reply to: