mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Add talkative msg for coro gc debug
(cherry picked from commit 62ddd8633c
)
This commit is contained in:
parent
de7803e15f
commit
ad96bf9791
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue