Add -subsystem:console and -subsystem:windows flags for windows

This commit is contained in:
gingerBill
2020-03-02 18:54:56 +00:00
parent 408fa027af
commit 3f63e12198
2 changed files with 30 additions and 9 deletions
+1
View File
@@ -126,6 +126,7 @@ struct BuildContext {
bool use_lld;
bool vet;
bool cross_compiling;
bool use_subsystem_windows;
QueryDataSetSettings query_data_set_settings;