1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-07 09:31:01 +01:00

Move setting GC_THREADS into eval-gc.hh

This commit is contained in:
Eelco Dolstra 2025-08-04 10:57:24 +02:00
parent a3ff648f90
commit 4c1c4f79a3
4 changed files with 2 additions and 8 deletions

View file

@ -61,8 +61,6 @@ if bdw_gc.found()
define_value = cxx.has_function(funcspec).to_int()
configdata_priv.set(define_name, define_value)
endforeach
# Affects ABI, because it changes what bdw_gc itself does!
configdata_pub.set('GC_THREADS', 1)
endif
# Used in public header. Affects ABI!
configdata_pub.set('NIX_USE_BOEHMGC', bdw_gc.found().to_int())