mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-16 12:08:49 +00:00
cmake: Suppress -Wpsabi warnings when building with GCC
This commit is contained in:
parent
bc1edd1f1a
commit
14e8ee7fe3
@ -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…
Reference in New Issue
Block a user