diff --git a/Cargo.toml b/Cargo.toml index 57f3164..7fd8f8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,4 +55,11 @@ version = "0.15" [dependencies.bwhc-dto] git = "https://github.com/ccc-mf/bwhc-dto-rs" -branch = "master" \ No newline at end of file +branch = "master" + +[profile.release] +opt-level = "s" +codegen-units = 1 +lto = "thin" +strip = true +panic = "abort" \ No newline at end of file