surpressed command prompt in windows
This commit is contained in:
@@ -16,3 +16,6 @@ image = { version = "0.25", default-features = true }
|
|||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
|
[target.'cfg(windows)'.rustflags]
|
||||||
|
rustflags = ["-C", "link-args=-mwindows"]
|
||||||
|
|||||||
Reference in New Issue
Block a user