mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Add —relwithdebug flag for dist builds
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user