diff --git a/Cargo.toml b/Cargo.toml index b77f65e..043e101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,10 @@ build = "res/build.rs" [profile.release] opt-level = "s" + +# Symbols are a nice thing +debug = true + panic = "abort" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -35,4 +39,4 @@ winres = "0.1.12" [package.metadata.winres] OriginalFilename = "alterware-launcher.exe" FileDescription = "AlterWare Launcher" -ProductName = "AlterWare Launcher" \ No newline at end of file +ProductName = "AlterWare Launcher"