From 04faf9d352a7626e757fdf3e6e4a9dde044cd0bf Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 21 Sep 2023 23:39:42 +0800 Subject: [PATCH] rua! --- 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 7926d29..a604e3c 100644 --- a/lib_not_dr/nuitka/compile.py +++ b/lib_not_dr/nuitka/compile.py @@ -212,7 +212,16 @@ class NuitkaDebugConfig(Options): internal_graph: bool = False # --trace-execution trace_execution: bool = False - + # --recompile-c-only + recompile_c_only: bool = False + # --generate-c-only + generate_c_only: bool = False + # --deployment + deployment: bool = False + # --no-deployment-flag=FLAG + deployment_flag: Optional[str] = None + # --experimental=FLAG + experimental: Optional[str] = None class NuitkaTarget(Enum):