From d35463e1959cb64828c3166527b06e4a79cbea5e Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 6 Mar 2026 16:53:18 +0100 Subject: reorganise --- bootle/.cargo/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootle/.cargo/config.toml (limited to 'bootle/.cargo/config.toml') diff --git a/bootle/.cargo/config.toml b/bootle/.cargo/config.toml new file mode 100644 index 0000000..74cdc7b --- /dev/null +++ b/bootle/.cargo/config.toml @@ -0,0 +1,5 @@ +[build] +target = "x86_64-unknown-none" +rustflags = [ + "-Crelocation-model=static" +] -- cgit v1.3.1