diff --git a/Cargo.toml b/Cargo.toml index 12d85d4..b8e1fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ byteorder = "1.5" sdl2 = "0.36.0" [profile.release] -#strip = true -#lto = true \ No newline at end of file +strip = true +lto = true \ No newline at end of file