mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
cmake: Suppress -Wpsabi warnings when building with GCC
This commit is contained in:
parent
bc1edd1f1a
commit
14e8ee7fe3
1 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,9 @@ else()
|
|||
# which is a problem for older versions (e.g. GCC 11).
|
||||
add_compile_options("-Wno-attributes")
|
||||
add_compile_options("-Wno-interference-size")
|
||||
# Suppress irrelevant ABI warnings generated by GCC
|
||||
add_compile_options("-Wno-psabi")
|
||||
add_link_options("-Wno-psabi")
|
||||
endif()
|
||||
|
||||
if (MINGW)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue