Save memory by using dyamic stack size in Fiber
This commit is contained in:
parent
d8c2ab85eb
commit
5af02a5cea
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "common/assert.h"
|
||||
#include "common/fiber.h"
|
||||
#define MCO_USE_VMEM_ALLOCATOR
|
||||
#define MINICORO_IMPL
|
||||
#include "common/minicoro.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue