From a49314c40ba409aae7ae84d37e4e8ce81cf3b205 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Tue, 27 Aug 2024 12:30:47 +0300 Subject: [PATCH] remove `wasm-opt` overriding Signed-off-by: onur-ozkan --- mm2src/mm2_bin_lib/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mm2src/mm2_bin_lib/Cargo.toml b/mm2src/mm2_bin_lib/Cargo.toml index 94e4e6d88e..7415f21b4f 100644 --- a/mm2src/mm2_bin_lib/Cargo.toml +++ b/mm2src/mm2_bin_lib/Cargo.toml @@ -10,11 +10,6 @@ authors = ["James Lee", "Artem Pikulin", "Artem Grinblat", "Omar S.", "Onur Ozka edition = "2018" default-run = "kdf" -# wasm-opt reduces the size from 17 Mb to 14. But it runs for few minutes, which is not good for CI. -# For production builds, it's recommended to run wasm-opt separately. -[package.metadata.wasm-pack.profile.release] -wasm-opt = false - [features] custom-swap-locktime = ["mm2_main/custom-swap-locktime"] # only for testing purposes, should never be activated on release builds. native = ["mm2_main/native"] # Deprecated