From 3b5a3956e2376c69de9b9d7c192e39bc3c784805 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sat, 25 May 2024 13:12:38 -0600 Subject: [PATCH] remove nuitka options from makefile --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 1d605d3..dc356e6 100644 --- a/Makefile +++ b/Makefile @@ -63,12 +63,6 @@ executable: $(VENV_BIN_ACTIVATE) . $(VENV_BIN_ACTIVATE); \ NUITKA_CACHE_DIR="$(realpath .)/.nuitka" \ python -m nuitka \ - --enable-plugin=pylint-warnings \ - --enable-plugin=upx \ - --include-package=google \ - --warn-implicit-exceptions \ - --onefile \ - --lto=yes \ --assume-yes-for-downloads \ --remove-output \ --output-dir=dist \