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
parent 69a4d26b1e
commit 68ced8ab4f
1 changed files with 0 additions and 1 deletions

View File

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