summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-04 22:45:35 +0100
committerandromeda <andromeda@lenovo>2026-03-04 22:45:35 +0100
commit094e8c288a88db8a349492085381347ccdafc391 (patch)
tree9ee347819e3f7c3b0747c9b725e7f4c69b22d6ac /.cargo/config.toml
parent1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (diff)
use long mode, x86_64-unknown-none works now
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
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"
+]