From 9453744e2b1985769060137adbefaaafc3eaee1c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 8 Oct 2020 10:56:57 +0100 Subject: Remove -Wl,--as-needed linker flag This is the default for the bullseye toolchain. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 6904b1cb..93505cd8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs %: dh $@ --with gnome -- cgit