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]