Don't do incremental builds when release

This commit is contained in:
Bill Thiede 2025-02-25 20:05:33 -08:00
parent 450c5496b3
commit 77bd5abe0d

View File

@ -1,3 +1,4 @@
export CARGO_INCREMENTAL := "0"
export RUSTFLAGS := "-D warnings" export RUSTFLAGS := "-D warnings"
default: default: