mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Start work on Cross-FFI functions
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user