Skip to content

Commit

Permalink
make: change "make build" recipe to build in release
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Nov 4, 2024
1 parent a148ac3 commit a843ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ all-crates := $(foreach crate,$(crates), -p $(crate))


build:
$(cargo) build $(jobs) --workspace --exclude namada_benchmarks --exclude namada_fuzz
make build-release

build-test:
$(cargo) +$(nightly) build --tests $(jobs)
Expand Down

0 comments on commit a843ead

Please sign in to comment.