diff --git a/.github/workflows/sycl-rel-nightly.yml b/.github/workflows/sycl-rel-nightly.yml index 37aae1cb4dc2e..d85fbcadc960f 100644 --- a/.github/workflows/sycl-rel-nightly.yml +++ b/.github/workflows/sycl-rel-nightly.yml @@ -44,7 +44,7 @@ jobs: with: build_cache_root: "/__w/" build_artifact_suffix: default - build_configure_extra_args: '--hip --cuda' + build_configure_extra_args: '--no-assertions --add_security_flags=sanitize --hip --cuda' build_image: ghcr.io/intel/llvm/ubuntu2204_build:latest build_ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }} @@ -104,6 +104,7 @@ jobs: uses: ./.github/workflows/sycl-windows-build.yml with: ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }} + build_configure_extra_args: '--no-assertions --add_security_flags=sanitize' # We upload both Linux/Windows build via Github's "Releases" # functionality, make sure Linux/Windows names follow the same pattern.