From 687d853d24dcd0e12763010c9dbbbb87ddfccd1d Mon Sep 17 00:00:00 2001 From: debris Date: Mon, 11 Jan 2016 18:40:24 +0100 Subject: [PATCH] jit feature enabled by default --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e334c71fe..1c7085b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,5 @@ time = "0.1" evmjit = { path = "rust-evmjit", optional = true } [features] +default = ["jit"] jit = ["evmjit"]