diff options
| author | andromeda <andromeda@lenovo> | 2026-03-04 22:45:35 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-04 22:45:35 +0100 |
| commit | 094e8c288a88db8a349492085381347ccdafc391 (patch) | |
| tree | 9ee347819e3f7c3b0747c9b725e7f4c69b22d6ac /.cargo | |
| parent | 1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (diff) | |
use long mode, x86_64-unknown-none works now
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 3 |
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" +] |
