diff --git a/Cargo.toml b/Cargo.toml index 67ff80e..a0a66b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,10 @@ rand = "0.8" [dependencies.sdl2] version = "0.35" -features = ["image", "ttf"] \ No newline at end of file +features = ["image", "ttf"] + +[profile.release] +opt-level = "s" +codegen-units = 1 +lto = "thin" +strip = "debuginfo"