From 26a008ad899f52a84f22de3686d5eaed16234a1a Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 10 Apr 2023 22:40:09 +0800 Subject: [PATCH] :sparkles: Comment out the packaging optimization --- src-tauri/Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 767815a..971841f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -29,8 +29,7 @@ default = ["custom-protocol"] # DO NOT remove this custom-protocol = ["tauri/custom-protocol"] - -#Pay attention to the code size during optimization in order to generate smaller binary files. -[profile.release] -opt-level = "s" -lto = true +# Pay attention to the code size during optimization in order to generate smaller binary files. +# [profile.release] +# opt-level = "s" +# lto = true