mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
lock in release build
This commit is contained in:
parent
fd79b2d5e3
commit
f4d4a5e086
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ debug:
|
|||
RUST_BACKTRACE=true cargo run --features=timing -- ${ARGS}
|
||||
|
||||
build-release:
|
||||
cargo build --release
|
||||
cargo build --release --locked
|
||||
|
||||
release-mac: build-release
|
||||
strip target/release/gitui
|
||||
|
|
|
|||
Loading…
Reference in a new issue