Add talkative msg for coro gc debug

This commit is contained in:
Yorick van Pelt
2023-04-07 14:54:50 +02:00
committed by Théophane Hufschmitt
parent 58d24a4cb6
commit 62ddd8633c
+1
View File
@@ -386,6 +386,7 @@ void initGC()
#if NIX_BOEHM_PATCH_VERSION != 1
printTalkative("Unpatched BoehmGC, disabling GC inside coroutines");
/* Used to disable GC when entering coroutines on macOS */
create_coro_gc_hook = []() -> std::shared_ptr<void> {
return std::make_shared<BoehmDisableGC>();