Remove LTO from common flags since Chromium build system uses its own.
This commit is contained in:
parent
c4a63eb49d
commit
1514027232
4
portage/env/chromium.conf
vendored
4
portage/env/chromium.conf
vendored
@ -1,6 +1,6 @@
|
|||||||
## Common flags.
|
## Common flags.
|
||||||
CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__"
|
CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__"
|
||||||
CXXFLAGS="-march=znver1 -O2 -pipe -flto=full"
|
CXXFLAGS="-march=znver1 -O2 -pipe"
|
||||||
|
|
||||||
## Linker flags.
|
## Linker flags.
|
||||||
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"
|
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user