mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
Disable debug in spec file
git-svn-id: http://svn.pyinstaller.org/trunk@572 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
@@ -9,7 +9,7 @@ exe = EXE( pyz,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
name=os.path.join('dist', 'test-nestedlaunch1', 'test-nestedlaunch1'),
|
||||
debug=1,
|
||||
debug=False,
|
||||
strip=False,
|
||||
upx=False,
|
||||
console=1 )
|
||||
|
||||
Reference in New Issue
Block a user