diff --git a/Cargo.toml b/Cargo.toml index 862dcc6..e365f24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type=["cdylib"] [profile.release] -debug = 0 +debug = false codegen-units = 1 opt-level = "z" #optimize for size lto = true @@ -25,4 +25,4 @@ console_error_panic_hook = "0.1.7" tracing-wasm = "0.2.1" wee_alloc = "0.4.5" web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] } -wasm-bindgen = "0.2.79" \ No newline at end of file +wasm-bindgen = "0.2.79" diff --git a/build.sh b/build.sh old mode 100644 new mode 100755