From 36ce1b9ea02809fcfbf723f0a8f86dbe34956a59 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 21 Sep 2023 23:28:42 +0800 Subject: [PATCH] split --- lib_not_dr/nuitka/compile.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib_not_dr/nuitka/compile.py b/lib_not_dr/nuitka/compile.py index d193eb4..7926d29 100644 --- a/lib_not_dr/nuitka/compile.py +++ b/lib_not_dr/nuitka/compile.py @@ -179,7 +179,7 @@ class NuitkaBinaryInfo(Options): class NuitkaOutputConfig(Options): """ - nuitka 构建的输出信息 + nuitka 构建的选项 nuitka build output information """ name = 'Nuitka Output Config' @@ -194,6 +194,14 @@ class NuitkaOutputConfig(Options): # --no-pyo-file no_pyo_file: bool = False + +class NuitkaDebugConfig(Options): + """ + nuitka 构建的调试选项 + nuikta build debug information + """ + name = 'Nuitka Debug Config' + # --debug debug: bool = False # --unstripped @@ -206,6 +214,7 @@ class NuitkaOutputConfig(Options): trace_execution: bool = False + class NuitkaTarget(Enum): """ 用于指定 nuitka 构建的目标