diff -r 0711d869ce4d -r 5136f2fc32ec src/cx/array_list.h --- a/src/cx/array_list.h Fri Jan 12 20:24:29 2024 +0100 +++ b/src/cx/array_list.h Sat Jan 13 17:51:42 2024 +0100 @@ -45,6 +45,12 @@ #endif /** + * Set this flag to true, if you want to disable the use of SBO for + * array list swap operations. + */ +extern bool CX_DISABLE_ARRAY_LIST_SWAP_SBO; + +/** * Defines a reallocation mechanism for arrays. */ struct cx_array_reallocator_s {