diff --git a/make.conf/00common b/make.conf/00common index 15f8bd5..d647ca3 100644 --- a/make.conf/00common +++ b/make.conf/00common @@ -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++"