Skip to content

Commit 64439be

Browse files
suncepingmxu9
authored andcommitted
Remove the alias for xbuild in cargo/config.toml
Fix #7 Signed-off-by: Ceping Sun <[email protected]>
1 parent f7a31d9 commit 64439be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.cargo/config.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ kbuild = "build --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-feature
66
kimage = "run --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem -- --no-run"
77
krun = "run --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem"
88
ktest = "xtest --target x86_64-custom.json"
9-
10-
xbuild = "build -Zbuild-std=core,alloc,compiler_builtins -Zbuild-std-features=compiler-builtins-mem"

0 commit comments

Comments
 (0)