diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2022-10-12 14:38:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 14:38:57 +0200 |
commit | acd4787a1a9595c3799b7618ed70f982ea995e2b (patch) | |
tree | 432f66f9065e76921393a9413087e9fd20bc73a5 /.gitignore | |
parent | 4ee22e7cf790e7193944ef3dd1690ea77ffa3d01 (diff) | |
download | spack-acd4787a1a9595c3799b7618ed70f982ea995e2b.tar.gz spack-acd4787a1a9595c3799b7618ed70f982ea995e2b.tar.bz2 spack-acd4787a1a9595c3799b7618ed70f982ea995e2b.tar.xz spack-acd4787a1a9595c3799b7618ed70f982ea995e2b.zip |
oneapi: set -Wno-unused-command-line-argument (#33192)
For older versions of intel-oneapi-compilers, running the compiler in
preprocessor / compilation mode would trigger warnings that
`-Wl,-rpath,...` flags were unused.
This in turn caused certain configure scripts to fail as they did not
expect output from the compiler (it's treated as an error). Notably
cmake's bootstrap phase failed to detect c++ features of the compiler.
As a workaround, add this flag to silence the warning, since I don't
think we can scope the flags to compile+link mode.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions