We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How could I close or hide the DOS windows? 我应该如何隐藏后台窗体?
The text was updated successfully, but these errors were encountered:
参考 http://stackoverflow.com/questions/29763647/how-to-make-a-program-that-does-not-display-the-console-window rust-lang/rust#29596 (Sorry, wrong link rust-lang/rfcs#1665 <-- here 我用的是GNU ABI所以比如说编译hello_world的时候用的cargo rustc --bin=hello_world --release -- -Clink-args="-mwindows"
cargo rustc --bin=hello_world --release -- -Clink-args="-mwindows"
I'm using GNU ABI so I build hello_word with cargo rustc --bin=hello_world --release -- -Clink-args="-mwindows" for example
And if your issue is solved you should close this issue
Sorry, something went wrong.
https://github.com/rust-lang/cargo/blob/2cda339cc23dda36ac247a34d28adcd30beead00/src/doc/config.md I hope [build.rustflags] can help with this but it seems that it cannot be optional over build target ...
[build.rustflags]
No branches or pull requests
How could I close or hide the DOS windows?
我应该如何隐藏后台窗体?
The text was updated successfully, but these errors were encountered: