diff options
-rwxr-xr-x | lldb/scripts/Xcode/build-llvm.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/scripts/Xcode/build-llvm.py b/lldb/scripts/Xcode/build-llvm.py index 7f330e0d4ea..b594a8cfe17 100755 --- a/lldb/scripts/Xcode/build-llvm.py +++ b/lldb/scripts/Xcode/build-llvm.py @@ -118,6 +118,10 @@ def CMAKE_FLAGS (): "-DCMAKE_BUILD_TYPE=Release", "-DLLVM_ENABLE_ASSERTIONS=ON", ], + "BuildAndIntegration": [ + "-DCMAKE_BUILD_TYPE=Release", + "-DLLVM_ENABLE_ASSERTIONS=OFF", + ], } def CMAKE_ENVIRONMENT (): |