Skip to content

Commit

Permalink
add -fno-strict-aliasing for AMDGPU CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Jan 22, 2024
1 parent d470b7f commit 2fe9560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines-amdgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- task: CMake@1
displayName: 'Configure CMake'
inputs:
cmakeArgs: '.. -DCMAKE_BUILD_TYPE=Release -DAMReX_SPACEDIM=3 -DAMReX_GPU_BACKEND=HIP'
cmakeArgs: '.. -DCMAKE_BUILD_TYPE=Release -DAMReX_SPACEDIM=3 -DAMReX_GPU_BACKEND=HIP -DCMAKE_CXX_FLAGS="-fno-strict-aliasing"'

- task: CMake@1
displayName: 'Build Quokka'
Expand Down

0 comments on commit 2fe9560

Please sign in to comment.