diff --git a/Cargo.toml b/Cargo.toml index 7bda6bb..175f6d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,15 @@ edition = "2021" members = [".", "server", "domain", "i18n","library", "macro"] # https://doc.rust-lang.org/cargo/reference/profiles.html -[prifile.release] +[profile.release] lto = true codegen-units = 1 opt-level = "z" +split-debuginfo = "packed" # Platform-specific. [profile.dev] opt-level = 0 debug = true -split-debuginfo = '...' # Platform-specific. strip = "none" debug-assertions = true overflow-checks = true