Browse Source

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

This reverts commit 05646e6000.
pull/15/merge
Briar 9 months ago
committed by MrPurple666
parent
commit
e59f7922a1
  1. 1
      src/common/fiber.cpp

1
src/common/fiber.cpp

@ -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…
Cancel
Save