From 094e8c288a88db8a349492085381347ccdafc391 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 4 Mar 2026 22:45:35 +0100 Subject: use long mode, x86_64-unknown-none works now --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index d430fa4..74cdc7b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ [build] target = "x86_64-unknown-none" +rustflags = [ + "-Crelocation-model=static" +] -- cgit v1.3.1