Skip to content

Commit

Permalink
Debug off in Win binaries to address Issue #182 and #178
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 14, 2019
1 parent 278699b commit 9f5d54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsharp/SHARPpy-win7-64.spec
Expand Up @@ -64,7 +64,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
name='SHARPpy.exe',
debug=True,
debug=False,
strip=None,
upx=True,
console=False, icon='icons\\SHARPpy.ico')
Expand Down

0 comments on commit 9f5d54f

Please sign in to comment.