From d75eeb98c78848464a54134f6057bb210d5d59af Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 21 Sep 2023 23:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=88=E6=9C=89=E7=B2=BE=E7=A5=9E=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib_not_dr/nuitka/compile.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/lib_not_dr/nuitka/compile.py b/lib_not_dr/nuitka/compile.py index a604e3c..34fe047 100644 --- a/lib_not_dr/nuitka/compile.py +++ b/lib_not_dr/nuitka/compile.py @@ -189,6 +189,33 @@ class NuitkaOutputConfig(Options): # --output-filename=FILENAME output_filename: Optional[str] = None + # --quiet + quiet: bool = False + # --no-progressbar + no_progressbar: bool = False + # --verbose + verbose: bool = False + # --verbose-output=PATH + verbose_output: Optional[Path] = None + + # --show-progress + show_progress: bool = False + # --show-memory + show_memory: bool = False + # --show-scons + show_scons: bool = False + # --show-modules + show_modules: bool = False + # --show-modules-output=PATH + show_modules_output: Optional[Path] = None + + # --xml=XML_FILENAME + xml: Optional[Path] = None + # --report=REPORT_FILENAME + report: Optional[Path] = None + # --report-diffable + report_diffable: bool = False + # --remove-output remove_output: bool = False # --no-pyo-file