diff --git a/Cargo.toml b/Cargo.toml index ef5694a..bad8d13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,7 @@ cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" } {{name}} = "*" [features] -default = ["cortex-m-rt/linker-script"] \ No newline at end of file +default = ["cortex-m-rt/linker-script"] + +[profile.release] +lto = true \ No newline at end of file