Projects STRLCPY got-your-back Commits f4248c4d
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    gyb.spec
    skipped 25 lines
    26 26   break
    27 27   
    28 28  pyz = PYZ(a.pure)
     29 + 
     30 +# strip all non-Windows builds
     31 +strip = not sys.platform == 'win32'
     32 + 
    29 33  exe = EXE(pyz,
    30 34   a.scripts,
    31 35   a.binaries,
    skipped 1 lines
    33 37   a.datas,
    34 38   name='gyb',
    35 39   debug=False,
    36  - strip=None,
     40 + strip=strip,
    37 41   upx=False,
    38 42   console=True)
    39 43   
Please wait...
Page is in error, reload to recover