From 26457963c25876dfbd1c73294bfe706fb2b2499d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 26 Apr 2017 19:22:14 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=94relwithdebug=20flag=20for=20dist?= =?UTF-8?q?=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildbot/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 4e662f71..f3e03b1c 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -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",