Revert "Disabled MCO_USE_VMEM_ALLOCATOR because standard stack size seems to suffice"

This reverts commit 05646e6000.
This commit is contained in:
Briar 2025-04-06 16:20:03 +02:00 committed by MrPurple666
parent 10a3a9d748
commit e59f7922a1

View file

@ -5,6 +5,7 @@
#include "common/assert.h"
#include "common/fiber.h"
#define MCO_USE_VMEM_ALLOCATOR
#define MINICORO_IMPL
#include "common/minicoro.h"