X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Tools%2FBuildSlaveSupport%2Fbuild.webkit.org-config%2Fmaster.cfg;h=d0771032f23c3d49d4b408a5e637f552307c7358;hp=ad7c60342628ccff25ed44224e01aea6aba5f983;hb=da5fc69cde637d347f4912113e8126523f053055;hpb=7dbb0d7ff719912ea58de925e46f78ecd165c44d;ds=sidebyside diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg index ad7c603..d0771032 100644 --- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg +++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg @@ -221,7 +221,7 @@ class CompileWebKit(shell.Compile): self.setCommand(self.command + ['ONLY_ACTIVE_ARCH=NO']) # Generating dSYM files is slow, but these are needed to have line numbers in crash reports on testers. # Debug builds on Yosemite can't use dSYMs, because crash logs end up unsymbolicated. - if platform in ('mac', 'ios') and buildOnly and (self.getProperty('fullPlatform') != "mac-yosemite" or configuration != "debug"): + if platform in ('mac', 'ios') and buildOnly and (self.getProperty('fullPlatform') != "mac-yosemite" or self.getProperty('configuration') != "debug"): self.setCommand(self.command + ['DEBUG_INFORMATION_FORMAT=dwarf-with-dsym']) appendCustomBuildFlags(self, platform, self.getProperty('fullPlatform'))