From b46cb5e83f71c4ee1516dd0ad9952b19ed2e929b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 24 Feb 2022 08:52:24 -0500 Subject: [PATCH] things --- Cargo.toml | 4 ++-- build.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 build.sh 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