mirror of
https://github.com/matrix-construct/construct
synced 2025-03-16 22:41:46 +01:00
configure: Ignore unknown attributes in non-debug builds.
This commit is contained in:
parent
e9cc354f01
commit
992fc10be5
1 changed files with 2 additions and 0 deletions
|
@ -749,6 +749,8 @@ AM_COND_IF([DEBUG],
|
|||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wsuggest-final-types], charybdis_cv_c_gcc_w_suggest_final_types)
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wsuggest-final-methods], charybdis_cv_c_gcc_w_suggest_final_methods)
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wsuggest-override], charybdis_cv_c_gcc_w_suggest_override)
|
||||
], [
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wno-unknown-attributes], charybdis_cv_c_gcc_w_unknown_attributes)
|
||||
])
|
||||
|
||||
dnl
|
||||
|
|
Loading…
Add table
Reference in a new issue