Skip to content

Commit 0557c2f

Browse files
committed
--with-modular-gc
1 parent abc2a5a commit 0557c2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

debian/rules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ configure_options += --with-out-ext=tk
9191
configure_options += --with-out-ext=win32ole
9292
configure_options += --with-out-ext=win32api
9393

94-
# YJIT
94+
# sorah-rbpkg customs
9595
configure_options += --enable-yjit
96+
configure_options += --with-modular-gc=/usr/lib/ruby-gc
9697

9798
export LANG := C.UTF-8
9899
export LC_ALL := $(LANG)
@@ -117,6 +118,8 @@ override_dh_auto_clean:
117118

118119
override_dh_auto_build-arch:
119120
dh_auto_build -- main V=1
121+
$(MAKE) modular-gc MODULAR_GC=default V=1
122+
$(MAKE) modular-gc MODULAR_GC=mmtk V=1
120123
sed -i -e "s,$(CURDIR),BUILDDIR,g" ./rbconfig.rb
121124

122125
# see full list in common.mk (search for /^check:/)

0 commit comments

Comments
 (0)