[Lldb-commits] [PATCH] D22234: Add LLVM build config for BuildAndIntegration.
Stephane Sezer via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 11 11:59:40 PDT 2016
sas created this revision.
sas added reviewers: tfiala, clayborg.
sas added a subscriber: lldb-commits.
http://reviews.llvm.org/D22234
Files:
scripts/Xcode/build-llvm.py
Index: scripts/Xcode/build-llvm.py
===================================================================
--- scripts/Xcode/build-llvm.py
+++ scripts/Xcode/build-llvm.py
@@ -117,6 +117,10 @@
"-DCMAKE_BUILD_TYPE=Release",
"-DLLVM_ENABLE_ASSERTIONS=ON",
],
+ "BuildAndIntegration": [
+ "-DCMAKE_BUILD_TYPE=Release",
+ "-DLLVM_ENABLE_ASSERTIONS=OFF",
+ ],
}
def CMAKE_ENVIRONMENT ():
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22234.63548.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160711/ec9565b3/attachment.bin>
More information about the lldb-commits
mailing list