mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
configure: Add vector operation performance warnings for GCC.
This commit is contained in:
parent
2f9aa15fc0
commit
dd8a4b812f
1 changed files with 1 additions and 0 deletions
|
@ -765,6 +765,7 @@ AM_COND_IF([GCC],
|
|||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wstack-usage=$STACK_USAGE_WARNING], charybdis_cv_c_gcc_w_stack_usage)
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wframe-larger-than=$FRAME_SIZE_WARNING], charybdis_cv_c_gcc_w_frame_larger_than)
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Walloca], charybdis_cv_c_gcc_w_alloca)
|
||||
CHARYBDIS_C_GCC_TRY_FLAGS([-Wvector-operation-performance], charybdis_cv_c_gcc_w_vector_operation_performance)
|
||||
|
||||
AM_COND_IF([DEBUG],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue