diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -902,12 +902,11 @@ testsuite_flags=['--cflag', '-march=cascadelake', '--threads=32', '--build-threads=32'], extra_cmake_args=[ "-DCMAKE_BUILD_TYPE=Debug", - "-DLLVM_ENABLE_ASSERTIONS=ON", "-DCMAKE_C_FLAGS='-march=cascadelake'", "-DCMAKE_CXX_FLAGS='-march=cascadelake'", "-DLLVM_ENABLE_RUNTIMES=compiler-rt", "-DCOMPILER_RT_BUILD_SANITIZERS=OFF", - "-DLLVM_TARGETS_TO_BUILD='X86'"])}, + "-DLLVM_TARGETS_TO_BUILD=X86"])}, {'name' : "clang-xcore-ubuntu-20-x64", 'tags' : ["clang"],