explain why I am forcing gcc 8

This commit is contained in:
Sylvestre Ledru 2019-10-07 09:28:31 +02:00
parent 4ddbee871c
commit b12e67d29a

3
debian/rules vendored
View File

@ -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