diff --git a/portage/make.conf b/portage/make.conf index 57d0745..6220adb 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -29,7 +29,7 @@ LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. CFLAGS="-march=znver3 -O2 -pipe -flto=thin -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin ${C_SEC}" -RUSTFLAGS="-C target-cpu=znver3 -C opt-level=2 -C lto -C embed-bitcode=y -C debuginfo=0" +RUSTFLAGS="-Ctarget-cpu=znver3 -Copt-level=2 -Clto -Cembed-bitcode=y -Cdebuginfo=0" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}"