diff --git a/battlesnake/Cargo.toml b/battlesnake/Cargo.toml index aba55f9..b4baac7 100644 --- a/battlesnake/Cargo.toml +++ b/battlesnake/Cargo.toml @@ -25,3 +25,9 @@ rand = "0.8.4" enum-iterator = "2.1" iter_tools = "0.21" ordered-float = "4.3.0" + +[profile.release] +lto = "fat" +codegen-units = 1 +panic = "abort" +strip = true