From f03fa6fa77a68bff80b65ee69765042076a306c2 Mon Sep 17 00:00:00 2001 From: Samuel Perrouault Date: Wed, 23 Jul 2025 00:05:12 +0200 Subject: exploring a fully static path --- .cargo/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..118cd95 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,6 @@ +[unstable] +build-std = ["core"] + +[build] +target = ["x86_64-unknown-linux-none"] +rustflags = ["-Crelocation-model=static"] -- cgit v1.2.3