diff --git a/Makefile b/Makefile index 58d995acf363..b0b432ace400 100644 --- a/Makefile +++ b/Makefile @@ -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"