forked from lix-project/lix
Add talkative msg for coro gc debug
This commit is contained in:
parent
176005749c
commit
2683734936
|
@ -367,6 +367,7 @@ void initGC()
|
||||||
|
|
||||||
|
|
||||||
#if NIX_BOEHM_PATCH_VERSION != 1
|
#if NIX_BOEHM_PATCH_VERSION != 1
|
||||||
|
printTalkative("Unpatched BoehmGC, disabling GC inside coroutines");
|
||||||
/* Used to disable GC when entering coroutines on macOS */
|
/* Used to disable GC when entering coroutines on macOS */
|
||||||
create_coro_gc_hook = []() -> std::shared_ptr<void> {
|
create_coro_gc_hook = []() -> std::shared_ptr<void> {
|
||||||
return std::make_shared<BoehmDisableGC>();
|
return std::make_shared<BoehmDisableGC>();
|
||||||
|
|
Loading…
Reference in a new issue