From 309ba3f820504670643f1338d8a752b236a31672 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 23 Aug 2020 07:12:41 -0400 Subject: use ENABLE_STRIP in d/rules This is to actually use the change to strip objects before linking libxul that Gord provided. --- newmoon/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newmoon') diff --git a/newmoon/debian/rules b/newmoon/debian/rules index 10797b7..461d685 100755 --- a/newmoon/debian/rules +++ b/newmoon/debian/rules @@ -27,7 +27,7 @@ override_dh_auto_configure: cp ${MCFILE} mozconfig override_dh_auto_build: - make -f client.mk build + make -f client.mk build ENABLE_STRIP=1 override_dh_auto_install: make -f client.mk DESTDIR=$$(pwd)/debian/newmoon prefix=/usr \ -- cgit