We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9f4be commit cdab838Copy full SHA for cdab838
buildbot/configure.py
@@ -16,7 +16,7 @@ def do_configure(args):
16
llvm_enable_projects = 'clang;llvm-spirv;sycl;opencl-aot'
17
libclc_targets_to_build = ''
18
sycl_build_pi_cuda = 'OFF'
19
- llvm_enable_assertions = 'OFF'
+ llvm_enable_assertions = 'ON'
20
21
if platform.system() == 'Linux':
22
icd_loader_lib = os.path.join(icd_loader_lib, "libOpenCL.so")
0 commit comments