diff options
author | Valentin Volkl <valentin.volkl@cern.ch> | 2022-03-23 19:49:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 13:49:36 -0500 |
commit | 34732c57b38cc60465626649a6ba6f75566d0fa2 (patch) | |
tree | 098a55fbcb0821c035809f730722d4a78e1fd97e /share | |
parent | c300b9204778a4ed21f32d9d77dc11a17c4f46a0 (diff) | |
download | spack-34732c57b38cc60465626649a6ba6f75566d0fa2.tar.gz spack-34732c57b38cc60465626649a6ba6f75566d0fa2.tar.bz2 spack-34732c57b38cc60465626649a6ba6f75566d0fa2.tar.xz spack-34732c57b38cc60465626649a6ba6f75566d0fa2.zip |
py-cffi: add compiler flags to fix build with clang (#29679)
* py-cffi: add compiler flags to fix build with clang
For %clang@13.0.1, this avoids the
```
clang-13: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument]
```
warning being turned into an error, and fixes this link error:
```
build/temp.linux-x86_64-3.10/c/_cffi_backend.o: file not recognized: file format not recognized
```
* style
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions