fixed issue in cargo.toml related to surpressing command prompt in windows
This commit is contained in:
@@ -28,3 +28,6 @@ TODO
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
||||
#ignore any hidden linux directories
|
||||
.*
|
||||
|
||||
@@ -16,6 +16,3 @@ image = { version = "0.25", default-features = true }
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[target.'cfg(windows)'.rustflags]
|
||||
rustflags = ["-C", "link-args=-mwindows"]
|
||||
|
||||
Reference in New Issue
Block a user