mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
rust thin lto; gmp without cpudetection
This commit is contained in:
parent
7fa3e2c5c5
commit
e64d075703
2 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ CXXFLAGS="${COMMON_FLAGS}"
|
|||
FCFLAGS="${COMMON_FLAGS}"
|
||||
FFLAGS="${COMMON_FLAGS}"
|
||||
|
||||
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C linker=clang -C link-arg=-fuse-ld=mold"
|
||||
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C lto=thin -C linker=clang -C link-arg=-fuse-ld=mold"
|
||||
|
||||
CC="clang"
|
||||
CXX="clang++"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue