Skip to content

Commit

Permalink
chore:build:tweak interopnet compile flags (#1178)
Browse files Browse the repository at this point in the history
Signed-off-by: detailyang <detailyang@gmail.com>

Co-authored-by: Eric Tu <6364934+ec2@users.noreply.github.com>
  • Loading branch information
detailyang and ec2 authored Jun 29, 2021
1 parent 933503e commit 07499a3
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 @@ -55,7 +55,7 @@ release:
cargo build --release --bin forest

interopnet:
cargo build --release --manifest-path=forest/Cargo.toml --features "interopnet"
cargo build --release --manifest-path=forest/Cargo.toml --no-default-features --features "rocksdb, interopnet"

devnet:
cargo build --manifest-path=forest/Cargo.toml --no-default-features --features "devnet, rocksdb"
Expand Down

0 comments on commit 07499a3

Please sign in to comment.