diff options
Diffstat (limited to 'pkg/pyinst')
-rw-r--r-- | pkg/pyinst/app.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index 3dc4997d..5a7c3df8 100644 --- a/pkg/pyinst/app.spec +++ b/pkg/pyinst/app.spec @@ -58,7 +58,7 @@ exe = EXE(pyz, a.scripts, exclude_binaries=True, name='bitmask', - debug=True, + debug=False, strip=False, upx=True, # TODO remove console for win |