From 386279ce28a54002fa91f436d5b60815c537e910 Mon Sep 17 00:00:00 2001 From: superwhiskers Date: Sat, 26 Jul 2025 23:02:34 -0400 Subject: initial commit Change-Id: I6a6a69640e8a301a692a5455d1261816280d9cde --- .cargo/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..320f0bf --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,6 @@ +[build] +rustflags = "-C target-cpu=native" + +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"] -- cgit 1.4.1-2-gfad0