Details

Enable support for variable-sized arrays.


Tradeoffs to Consider

If you disable variable-sizing, all data is allocated statically on the stack. For large data structures, this might result in stack overflow.