mirror of
https://github.com/MorizzG/portage-conf.git
synced 2026-02-04 10:24:47 +00:00
general updates, clang, rust, ...
This commit is contained in:
parent
4a29f9de63
commit
88851cca1d
8 changed files with 112 additions and 34 deletions
4
env/clang-18
vendored
4
env/clang-18
vendored
|
|
@ -10,7 +10,7 @@ CXX="clang++-18"
|
|||
|
||||
AR="llvm-ar"
|
||||
AS="clang-18 -c"
|
||||
CPP="clang-cpp"
|
||||
CPP="clang-cpp-18"
|
||||
NM="llvm-nm"
|
||||
STRIP="llvm-strip"
|
||||
RANLIB="llvm-ranlib"
|
||||
|
|
@ -29,6 +29,6 @@ LDFLAGS="${LDFLAGS} -rtlib=compiler-rt -unwindlib=libunwind"
|
|||
|
||||
LDFLAGS="${LDFLAGS} -fuse-ld=lld -flto"
|
||||
|
||||
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C linker=clang-18 -C link-arg=-fuse-ld=mold"
|
||||
# RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C linker=clang-18 -C link-arg=-fuse-ld=mold"
|
||||
|
||||
USE="${USE} clang llvm-libunwind"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue