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 d4a3661 commit 2b36391Copy full SHA for 2b36391
buildbot/configure.py
@@ -77,7 +77,7 @@ def do_configure(args):
77
sycl_build_pi_hip_platform = args.hip_platform
78
sycl_build_pi_hip = 'ON'
79
80
- if args.werror || args.ci_defaults:
+ if args.werror or args.ci_defaults:
81
sycl_werror = 'ON'
82
xpti_enable_werror = 'ON'
83
0 commit comments