Add —relwithdebug flag for dist builds

This commit is contained in:
Robin Dunn
2017-04-26 19:22:14 -07:00
parent d818b94998
commit 26457963c2

View File

@@ -271,7 +271,7 @@ def makeFactory(port, buildType='buildOnly', pyVer='2.7'):
if port == 'win64':
cmd += ' --x64'
if buildType == 'dist':
cmd += ' bdist_wheel --upload'
cmd += ' bdist_wheel --upload --relwithdebug'
cmd = cmd.split() + [Property('buildargs', default='')]
factory.addStep(ShellCommand(command=cmd, workdir="Phoenix",