Skip to content

Commit

Permalink
Merge pull request #3973 from anoma/tomas/make-build-in-release
Browse files Browse the repository at this point in the history
make: change "make build" recipe to build in release
  • Loading branch information
mergify[bot] authored Nov 4, 2024
2 parents 0e36167 + 5022b2c commit ce88362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- The `make build` recipe now builds in release. Use `make build-debug` for a
dev build. ([\#3971](https://github.com/anoma/namada/pull/3971))
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 ce88362

Please sign in to comment.