diff options
| author | Samuel Perrouault <samuel.perrouault@gmail.com> | 2025-07-23 00:05:12 +0200 |
|---|---|---|
| committer | Samuel Perrouault <samuel.perrouault@gmail.com> | 2025-07-23 00:05:12 +0200 |
| commit | f03fa6fa77a68bff80b65ee69765042076a306c2 (patch) | |
| tree | 6bbc1ef9ac4efb5f1a8f7f8c3994600069428856 /.cargo | |
| parent | ab5177eff4b938f080c67a524165462a56d0d352 (diff) | |
exploring a fully static pathstatic_exe
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..118cd95 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,6 @@ +[unstable] +build-std = ["core"] + +[build] +target = ["x86_64-unknown-linux-none"] +rustflags = ["-Crelocation-model=static"] |
