mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
PIE binaries & fix currupted framebuffer
This commit is contained in:
6
justfile
6
justfile
@@ -1,6 +1,8 @@
|
||||
binary-args := "RUSTFLAGS=\"-C link-arg=-pie -C relocation-model=pic\""
|
||||
|
||||
kernel:
|
||||
cargo run --bin kernel
|
||||
calculator:
|
||||
RUSTFLAGS="-C link-arg=--noinhibit-exec" cargo build --bin calculator --profile release-binary
|
||||
{{binary-args}} cargo build --bin calculator --profile release-binary
|
||||
snake:
|
||||
RUSTFLAGS="-C link-arg=--noinhibit-exec" cargo build --bin snake --profile release-binary
|
||||
{{binary-args}} cargo build --bin snake --profile release-binary
|
||||
|
||||
Reference in New Issue
Block a user