diff --git a/Cargo.toml b/Cargo.toml index f09b8c48..84b8b141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,3 +29,6 @@ members = [ "examples/smorgasboard", "examples/console_log", ] + +[profile.release] +lto = true