remove redundant -s

This commit is contained in:
NikVolf
2017-05-04 10:38:59 +03:00
parent 5d5f4237c4
commit db90487364

View File

@ -4,7 +4,7 @@
// as it is experimental preamble // as it is experimental preamble
#![allow(dead_code)] #![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 {} extern {}
#[no_mangle] #[no_mangle]