mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-03 08:07:20 +00:00
explain why I am forcing gcc 8
This commit is contained in:
parent
4ddbee871c
commit
b12e67d29a
3
debian/rules
vendored
3
debian/rules
vendored
@ -69,7 +69,8 @@ endif
|
|||||||
|
|
||||||
FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid
|
FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid
|
||||||
ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO)))
|
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
|
GCC_VERSION := 8
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user