Skip to content

Commit

Permalink
remove nuitka options from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored May 25, 2024
1 parent 49580cb commit 3b5a395
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3b5a395

Please sign in to comment.