From 49580cbba02b5c0317b423cd7aee020c76d34d97 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sat, 25 May 2024 13:12:13 -0600 Subject: [PATCH] Move nuitka options into codexctl.py --- codexctl.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/codexctl.py b/codexctl.py index 594f9e8..1f9d8cf 100644 --- a/codexctl.py +++ b/codexctl.py @@ -1,3 +1,11 @@ +# nuitka-project: --enable-plugin=pylint-warnings +# nuitka-project: --enable-plugin=upx +# nuitka-project: --warn-implicit-exceptions +# nuitka-project: --onefile +# nuitka-project: --lto=yes +# nuitka-project-if: {OS} in ("Linux"): +# nuitka-project: --include-package=google + from codexctl import main if __name__ == "__main__":