From 8ef1a9d1fad63c0d5fa2049589fb63a69875caeb Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 14 Sep 2024 16:39:06 -0700 Subject: forget to change opt-level to 3 --- etc/makepkg.conf.d/rust.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/makepkg.conf.d/rust.conf b/etc/makepkg.conf.d/rust.conf index fc881521..b6d6f5fa 100644 --- a/etc/makepkg.conf.d/rust.conf +++ b/etc/makepkg.conf.d/rust.conf @@ -11,7 +11,7 @@ # Flags used for the Rust compiler, similar in spirit to CFLAGS. Read # linkman:rustc[1] for more details on the available flags. -RUSTFLAGS="-Cforce-frame-pointers=yes -C opt-level=2 -C target-cpu=native" +RUSTFLAGS="-Cforce-frame-pointers=yes -C opt-level=3 -C target-cpu=native" # Additional compiler flags appended to `RUSTFLAGS` for use in debugging. # Usually this would include: ``-C debuginfo=2''. Read linkman:rustc[1] for -- cgit v1.2.3-70-g09d2