From 83aa9f3b9de374695afb24ec8817dfa4e77b5376 Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Wed, 16 Nov 2022 17:09:17 +0800 Subject: [PATCH] disable global profile --- cozo-lib-wasm/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cozo-lib-wasm/Cargo.toml b/cozo-lib-wasm/Cargo.toml index 63f7f0ac..34cd350d 100644 --- a/cozo-lib-wasm/Cargo.toml +++ b/cozo-lib-wasm/Cargo.toml @@ -29,6 +29,6 @@ wee_alloc = { version = "0.4.5", optional = true } [dev-dependencies] wasm-bindgen-test = "0.3.13" -[profile.release] -# Tell `rustc` to optimize for small code size. -opt-level = "s" +#[profile.release] +## Tell `rustc` to optimize for small code size. +#opt-level = "s"