mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
reworked RUSTFLAGS again to use clang+mold as linker, but removed the other flags
This commit is contained in:
parent
dbe90bb8cc
commit
25bb2cddc0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ CXXFLAGS="${COMMON_FLAGS}"
|
|||
FCFLAGS="${COMMON_FLAGS}"
|
||||
FFLAGS="${COMMON_FLAGS}"
|
||||
|
||||
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C debuginfo=0 -C debug-assertions=false -C overflow-checks=false -C panic=unwind -C link-arg=-fuse-ld=mold"
|
||||
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C linker=clang -C link-arg=-fuse-ld=mold"
|
||||
|
||||
CC="clang"
|
||||
CXX="clang++"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue