From 6326dcd628523088ad6258dcd0c71be5d246aa2d Mon Sep 17 00:00:00 2001 From: Tom Dohrmann Date: Tue, 11 Feb 2025 22:35:24 +0100 Subject: [PATCH] WIP --- testing/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/.cargo/config.toml b/testing/.cargo/config.toml index 5c19ef08..5539f101 100644 --- a/testing/.cargo/config.toml +++ b/testing/.cargo/config.toml @@ -1,6 +1,6 @@ [build] target = "x86_64-unknown-none" -rustflags = ["-Crelocation-model=static"] [target.'cfg(target_os = "none")'] runner = "bootimage runner" +rustflags = ["-Crelocation-model=static"]