diff options
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"] |
