Skip to content

Commit 185ab5b

Browse files
committedJul 12, 2016
Add LLVM build config for BuildAndIntegration.
Reviewers: tfiala, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D22234 llvm-svn: 275140
1 parent f54fe04 commit 185ab5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎lldb/scripts/Xcode/build-llvm.py

+4
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ def CMAKE_FLAGS ():
118118
"-DCMAKE_BUILD_TYPE=Release",
119119
"-DLLVM_ENABLE_ASSERTIONS=ON",
120120
],
121+
"BuildAndIntegration": [
122+
"-DCMAKE_BUILD_TYPE=Release",
123+
"-DLLVM_ENABLE_ASSERTIONS=OFF",
124+
],
121125
}
122126

123127
def CMAKE_ENVIRONMENT ():

0 commit comments

Comments
 (0)
Please sign in to comment.