Skip to content

Commit

Permalink
builtin: pass USE_MMAP when compiling the GC library on freebsd, wh…
Browse files Browse the repository at this point in the history
…en tcc is not used (#20006)
  • Loading branch information
bakul authored Nov 27, 2023
1 parent 6084dcd commit 63ba05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/builtin/builtin_d_gcboehm.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ $if dynamic_boehm ? {
#flag -DGC_BUILTIN_ATOMIC=1
#flag -DBUS_PAGE_FAULT=T_PAGEFLT
$if !tinyc {
#flag -DUSE_MMAP
#flag -I @VEXEROOT/thirdparty/libgc/include
#flag @VEXEROOT/thirdparty/libgc/gc.o
}
Expand Down

0 comments on commit 63ba05b

Please sign in to comment.