diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7e3cd333..6228b43f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -50,3 +50,7 @@ default = ["custom-protocol"] # this feature is used used for production builds where `devPath` points to the filesystem # DO NOT remove this custom-protocol = ["tauri/custom-protocol"] + +[profile.release] +debug = "line-tables-only" +split-debuginfo = "unpacked"