Disabled MCO_USE_VMEM_ALLOCATOR because standard stack size seems to suffice

This commit is contained in:
darktux 2024-04-06 01:18:21 +02:00 committed by Briar
parent 9e3c2d56d6
commit 05646e6000

View file

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