From fef8cf7a75048f01f780c75c0628b2cf80229335 Mon Sep 17 00:00:00 2001 From: LxHTT Date: Sat, 23 Sep 2023 19:45:01 +0800 Subject: [PATCH] =?UTF-8?q?F=20|=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuitka_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuitka_build.py b/nuitka_build.py index 77641997..efb7ea3e 100644 --- a/nuitka_build.py +++ b/nuitka_build.py @@ -41,7 +41,7 @@ def gen_compiler() -> CompilerHelper: use_msvc=True, use_lto=False, standalone=True, - enable_console=False, + enable_console=True, show_progress=True, download_confirm=True, remove_output=True,