Browse Source

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

This reverts commit ada5dcf01a.
nce_cpp
Briar 9 months ago
committed by MrPurple666
parent
commit
6f45ab5344
  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