diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-09 16:46:03 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-09 16:46:03 +0200 |
commit | 43a2fac71eb3dfd8ef134c2a3fb7f5e52f252304 (patch) | |
tree | 2aff4381656252a644126ba126c186b6a399ef8b /pkg/pyinst/app.spec | |
parent | da8c8fa57c16ac219fa56a83a03da8f9e4bc9a58 (diff) |
[pkg] stop producing debug bundles for now
Diffstat (limited to 'pkg/pyinst/app.spec')
-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 3dc4997..5a7c3df 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 |