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 7761eb2 commit 7b05a8cCopy full SHA for 7b05a8c
.github/workflows/sycl-rel-nightly.yml
@@ -80,7 +80,7 @@ jobs:
80
build-win:
81
uses: ./.github/workflows/sycl-windows-build.yml
82
with:
83
- build_configure_extra_args: '--disable-jit --no-assertions --add_security_flags=sanitize'
+ build_configure_extra_args: '-DLLVM_SPIRV_ENABLE_LIBSPIRV_DIS=off --disable-jit --no-assertions --add_security_flags=sanitize'
84
pack_release: 'true'
85
86
# We upload both Linux/Windows build via Github's "Releases"
0 commit comments