Browse Source

Disabled MCO_USE_VMEM_ALLOCATOR because standard stack size seems to suffice

nce_cpp
darktux 2 years ago
committed by Briar
parent
commit
ada5dcf01a
  1. 1
      src/common/fiber.cpp

1
src/common/fiber.cpp

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

Loading…
Cancel
Save