Skip to content

Commit cdab838

Browse files
author
Alexander Johnston
committed
[SYCL] Enable asserts in all buildbot builds
Signed-off-by: Alexander Johnston <[email protected]>
1 parent ab9f4be commit cdab838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def do_configure(args):
1616
llvm_enable_projects = 'clang;llvm-spirv;sycl;opencl-aot'
1717
libclc_targets_to_build = ''
1818
sycl_build_pi_cuda = 'OFF'
19-
llvm_enable_assertions = 'OFF'
19+
llvm_enable_assertions = 'ON'
2020

2121
if platform.system() == 'Linux':
2222
icd_loader_lib = os.path.join(icd_loader_lib, "libOpenCL.so")

0 commit comments

Comments
 (0)