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