Remove linker flag PIE due to failing Chromium compilation.
This commit is contained in:
parent
93911c21ae
commit
a4b6417d08
2
portage/env/chromium.conf
vendored
2
portage/env/chromium.conf
vendored
@ -1,5 +1,5 @@
|
|||||||
## Hardening flags.
|
## Hardening flags.
|
||||||
LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -L/usr/local/lib -lhardened_malloc"
|
LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -L/usr/local/lib -lhardened_malloc"
|
||||||
|
|
||||||
## Linker flags.
|
## Linker flags.
|
||||||
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}"
|
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user