Skip to content

Commit

Permalink
Remove the alias for xbuild in cargo/config.toml
Browse files Browse the repository at this point in the history
Fix #7

Signed-off-by: Ceping Sun <[email protected]>
  • Loading branch information
sunceping authored and mxu9 committed Sep 6, 2023
1 parent f7a31d9 commit 64439be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ kbuild = "build --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-feature
kimage = "run --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem -- --no-run"
krun = "run --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem"
ktest = "xtest --target x86_64-custom.json"

xbuild = "build -Zbuild-std=core,alloc,compiler_builtins -Zbuild-std-features=compiler-builtins-mem"

0 comments on commit 64439be

Please sign in to comment.