Skip to content

Commit

Permalink
Add debug feature for kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv authored Jan 22, 2024
1 parent 2bb91f9 commit 51c87d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build-kernel:
RUSTC_BOOTSTRAP=1 cargo build --manifest-path=tezos/src/kernel_evm/Cargo.toml --package $(PACKAGE) \
--target wasm32-unknown-unknown \
--target-dir $(TARGET_DIR) \
--features debug,default \
--release \
-Z sparse-registry \
-Z avoid-dev-deps
Expand Down

0 comments on commit 51c87d5

Please sign in to comment.