diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:37:00 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:37:00 +0100 |
| commit | 302e22a13649ffced805b50ed51a8ce37d04eed6 (patch) | |
| tree | 293872e946c91985bbc670a3788efdf9d9d45cc6 /.cargo/config.toml | |
| parent | 96cc0e89eb19601437e36182424940521f3d533c (diff) | |
added default build to configuration
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 1390ca8..7da195c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,4 +1,7 @@ [unstable] json-target-spec = true build-std-features = ["compiler-builtins-mem"] -build-std = ["core", "compiler_builtins"]
\ No newline at end of file +build-std = ["core", "compiler_builtins"] + +[build] +target = "x86_64-strix.json"
\ No newline at end of file |
