From 8d946c1849f804d51ac80f190a24d8b3c163198f Mon Sep 17 00:00:00 2001 From: Mike Lubinets Date: Thu, 20 Sep 2018 16:19:19 +0300 Subject: [PATCH] features support im Makefile --- c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Makefile b/c/Makefile index 754c1ed..cfbc056 100644 --- a/c/Makefile +++ b/c/Makefile @@ -1,5 +1,5 @@ build: - cd ffi && cargo build --release + cd ffi && cargo build --release --no-default-features --features "rust-secp256k1 std rlp" cp ffi/target/release/libsputnikvm_ffi.a libsputnikvm.a cp ffi/target/release/libsputnikvm_ffi.so libsputnikvm.so | true