From 7f568f63e16229e8c23a88e158a5250039657031 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Wed, 21 Feb 2024 10:19:05 +0530 Subject: [PATCH] [bld] Smaller release builds --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 285b2c6..9c72620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,7 @@ clap = { version = "4.5", features = ["derive"] } log = "0.4.20" simple_logger = "4.3" byteorder = "1.5" -sdl2 = "0.36.0" \ No newline at end of file +sdl2 = "0.36.0" + +[profile.release] +strip = true \ No newline at end of file