0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 13:08:56 +02:00

configure: Disable psabi warnings for machine tuned builds.

This commit is contained in:
Jason Volk 2020-11-27 17:25:02 -08:00
parent 42d4596c51
commit 554a14a4b3

View file

@ -861,6 +861,14 @@ AM_COND_IF([DEBUG],
])
])
AM_COND_IF([UNTUNED],
[
], [
dnl When tuning for a specific target ignore the ABI compat warnings
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-psabi], charybdis_cv_c_gcc_w_psabi)
])
dnl
dnl List of compiler-specific / incompatible warning options
dnl