From e83834e6be86abfc2b0f13053ebf76d28aafb0b4 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 9 Oct 2018 13:57:15 -0700 Subject: [PATCH] Build native programs in release configuration --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 344abdeff..48308f013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,8 +109,6 @@ sys-info = "0.5.6" tokio = "0.1" tokio-codec = "0.1" untrusted = "0.6.2" - -[dev-dependencies] solua = { path = "programs/native/solua" } move_funds = { path = "programs/native/move_funds" } noop = { path = "programs/native/noop" }