mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-23 22:33:33 +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
|
||||
BOOTSTRAP_CFLAGS_EXTRA = $(CFLAGS_EXTRA) # Nothing for now. Keeping in case we need it
|
||||
|
||||
CFLAGS_EXTRA += $(CFLAGS_EXTRA) -flto=thin
|
||||
CXXFLAGS_EXTRA += $(CXXFLAGS_EXTRA) -flto=thin
|
||||
LDFLAGS_EXTRA += $(LDFLAGS_EXTRA) -flto=thin
|
||||
#CFLAGS_EXTRA += $(CFLAGS_EXTRA) -flto=thin
|
||||
#CXXFLAGS_EXTRA += $(CXXFLAGS_EXTRA) -flto=thin
|
||||
#LDFLAGS_EXTRA += $(LDFLAGS_EXTRA) -flto=thin
|
||||
|
||||
# Enable polly (or not)
|
||||
POLLY_ENABLE=yes
|
||||
|
Loading…
Reference in New Issue
Block a user