Fix RUSTFLAGS flags formatting.
This commit is contained in:
parent
2f15df997c
commit
1d0052422e
2
portage/env/nolto-nopie.conf
vendored
2
portage/env/nolto-nopie.conf
vendored
@ -14,7 +14,7 @@ LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro"
|
|||||||
## Compiler flags.
|
## Compiler flags.
|
||||||
CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__ ${C_SEC}"
|
CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__ ${C_SEC}"
|
||||||
CXXFLAGS="-march=znver3 -O2 -pipe ${C_SEC}"
|
CXXFLAGS="-march=znver3 -O2 -pipe ${C_SEC}"
|
||||||
RUSTFLAGS="-C target-cpu=znver3 -C opt-level=2 -C debuginfo=0"
|
RUSTFLAGS="-Ctarget-cpu=znver3 -Copt-level=2 -Cdebuginfo=0"
|
||||||
|
|
||||||
## Linker flags.
|
## Linker flags.
|
||||||
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}"
|
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user