From 2f15df997cbba5239d92e4d7f8afa5e83364684f Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 2 Dec 2022 08:12:10 +0000 Subject: [PATCH] Fix RUSTFLAGS flags formatting. --- portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"