From 35368636229993c7f864154115768e9312f51e2a Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Wed, 16 Nov 2022 19:46:21 +0800 Subject: [PATCH] Revert "disable global profile" This reverts commit 83aa9f3b9de374695afb24ec8817dfa4e77b5376. --- 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 34cd350d..63f7f0ac 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"