From db904873644a2c5ae7d7969ccfd0347fd25cbef7 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Thu, 4 May 2017 10:38:59 +0300 Subject: [PATCH] remove redundant -s --- samples/empty_contract.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/empty_contract.rs b/samples/empty_contract.rs index ed0cbeb..390f765 100644 --- a/samples/empty_contract.rs +++ b/samples/empty_contract.rs @@ -4,7 +4,7 @@ // as it is experimental preamble #![allow(dead_code)] -#[link_args = "-s WASM=1 -s NO_EXIT_RUNTIME=1 -s NO_FILESYSTEM=1 -s"] +#[link_args = "-s WASM=1 -s NO_EXIT_RUNTIME=1 -s NO_FILESYSTEM=1"] extern {} #[no_mangle]