mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-24 08:51:58 +00:00
disable thin lto: not ready yet
This commit is contained in:
parent
8e4a84de18
commit
398e298961
6
debian/rules
vendored
6
debian/rules
vendored
@ -145,9 +145,9 @@ BOOTSTRAP_CXXFLAGS_EXTRA = $(CXXFLAGS_EXTRA) # Nothing for now. Keeping in case
|
|||||||
CFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option
|
CFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option
|
||||||
BOOTSTRAP_CFLAGS_EXTRA = $(CFLAGS_EXTRA) # Nothing for now. Keeping in case we need it
|
BOOTSTRAP_CFLAGS_EXTRA = $(CFLAGS_EXTRA) # Nothing for now. Keeping in case we need it
|
||||||
|
|
||||||
CFLAGS_EXTRA += $(CFLAGS_EXTRA) -flto=thin
|
#CFLAGS_EXTRA += $(CFLAGS_EXTRA) -flto=thin
|
||||||
CXXFLAGS_EXTRA += $(CXXFLAGS_EXTRA) -flto=thin
|
#CXXFLAGS_EXTRA += $(CXXFLAGS_EXTRA) -flto=thin
|
||||||
LDFLAGS_EXTRA += $(LDFLAGS_EXTRA) -flto=thin
|
#LDFLAGS_EXTRA += $(LDFLAGS_EXTRA) -flto=thin
|
||||||
|
|
||||||
# Enable polly (or not)
|
# Enable polly (or not)
|
||||||
POLLY_ENABLE=yes
|
POLLY_ENABLE=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user