mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Apply windows_subsystem only for release build
This commit is contained in:
parent
4d645a7760
commit
9fe4f68010
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#![windows_subsystem = "windows"]
|
||||
#![cfg_attr(feature = "release", windows_subsystem = "windows")]
|
||||
|
||||
fn main() {
|
||||
cli::init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue