From b12e67d29a1d812f263957d5eabbb7970340229e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 7 Oct 2019 09:28:31 +0200 Subject: [PATCH] explain why I am forcing gcc 8 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3c575fc8..0eb4cb5f 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,8 @@ endif FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO))) -# Force gcc-8 +# Force gcc before 9 (gcc 8 on Debian unstable) because it causes +# huge increase of the size of the .deb (because of .a and .so) and issues in the libs GCC_VERSION := 8 endif