Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
third_party
/
rust_crates
/
tiny_mirrors
/
fatfs
/
build-nostd.sh
blob: f83d9c4e695546efbff26a645f86ae146d50a541 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
set
-
e
cargo build
--
no
-
default
-
features
--
features core_io
cargo build
--
no
-
default
-
features
--
features core_io
,
alloc
,
core_io
/
collections
cargo build
--
no
-
default
-
features
--
features lfn
,
core_io
,
alloc
,
core_io
/
collections