surpressed command prompt in windows

This commit is contained in:
grimsace
2026-03-23 13:04:24 -05:00
parent 5bf201f2fc
commit 0e0846c257
+3
View File
@@ -16,3 +16,6 @@ image = { version = "0.25", default-features = true }
opt-level = "z"
lto = true
codegen-units = 1
[target.'cfg(windows)'.rustflags]
rustflags = ["-C", "link-args=-mwindows"]