mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
13 lines
366 B
Bash
Executable File
13 lines
366 B
Bash
Executable File
# RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" \
|
|
# rustup run nightly cargo build --release
|
|
|
|
# rustup run nightly cargo build \
|
|
# --release \
|
|
# --no-default-features \
|
|
# -Zbuild-std="core,std,alloc,proc_macro,panic_abort" \
|
|
# -Zbuild-std-features="panic_immediate_abort"
|
|
|
|
|
|
# RUSTFLAGS="-Z build-std" \
|
|
rustup run nightly cargo build --release
|