Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid a warning for GCC on i386 (chapel-lang#26355)
This PR adds `-Wno-psabi` to avoid a GCC warning on i386 along the lines of ``` the alignment of ‘_Atomic long long unsigned int’ fields changed in GCC 11.1 ``` Reviewed by @arezaii - thanks! - [x] full comm=none testing
- Loading branch information