py/mpconfig.h: Allow to build without alloca() for ANSI C compliance.
Define MICROPY_NO_ALLOCA=1 and memory will be allocated from heap instead and freed by garbage collection.
Please register or sign in to comment
Define MICROPY_NO_ALLOCA=1 and memory will be allocated from heap instead and freed by garbage collection.