[PATCH] Switch to Release build for lldb cmake and android builder

Ying Chen chying at google.com
Fri May 22 16:41:13 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9951

Files:
  zorg/trunk/buildbot/osuosl/master/config/builders.py

Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py
@@ -1013,7 +1013,7 @@
          'category' : 'lldb',
          'factory': LLDBBuilder.getLLDBUbuntuCMakeBuildFactory(
                     build_compiler="clang",
-                    build_type="Debug",
+                    build_type="Release",
                     local_test_archs=['x86_64', 'i386'],
                     local_test_compilers=['clang', 'totclang', 'gcc4.8.2', 'gcc4.9.2'],
                     #remote_configs=[RemoteConfig('linux','x86_64',['clang'],['x86_64'])],
@@ -1029,7 +1029,7 @@
          'category' : 'lldb',
          'factory': LLDBBuilder.getLLDBUbuntuCMakeBuildFactory(
                     build_compiler="clang",
-                    build_type="Debug",
+                    build_type="Release",
                     remote_configs= [
                                      RemoteConfig('android', 'i386', ['i686-linux-android-gcc'], ['i386']),
                                      RemoteConfig('android', 'arm', ['arm-linux-androideabi-gcc'], ['arm']),

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9951.26360.patch
Type: text/x-patch
Size: 1233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150522/6d086e1d/attachment.bin>


More information about the llvm-commits mailing list