Skip to content

Commit f4d4a5e

Browse files
committed
lock in release build
1 parent fd79b2d commit f4d4a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ debug:
1616
RUST_BACKTRACE=true cargo run --features=timing -- ${ARGS}
1717

1818
build-release:
19-
cargo build --release
19+
cargo build --release --locked
2020

2121
release-mac: build-release
2222
strip target/release/gitui

0 commit comments

Comments
 (0)