| author | |
| committer | |
| log | 480061d2c999375be1442d14451da15d6662e67d |
| tree | b0613eb0ce45d322891bc80a7a06fa82a84e9459 |
| parent | e0af3d7b5041a4dda4b0933b848447a31ef36348 |
1 files changed, 1 insertions(+), 2 deletions(-)
src/codegen.cpp+1-2| ... | @@ -7231,8 +7231,7 @@ static void init(CodeGen *g) { | ... | @@ -7231,8 +7231,7 @@ static void init(CodeGen *g) { |
| 7231 | } | 7231 | } |
| 7232 | 7232 | ||
| 7233 | if (g->is_test_build) { | 7233 | if (g->is_test_build) { |
| 7234 | g->windows_subsystem_windows = false; | 7234 | g->msvc_subsystem = ZigLLVM_MSVC_CONSOLE; |
| 7235 | g->windows_subsystem_console = true; | ||
| 7236 | } | 7235 | } |
| 7237 | 7236 | ||
| 7238 | assert(g->root_out_name); | 7237 | assert(g->root_out_name); |