We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc2a5a commit 0557c2fCopy full SHA for 0557c2f
debian/rules
@@ -91,8 +91,9 @@ configure_options += --with-out-ext=tk
91
configure_options += --with-out-ext=win32ole
92
configure_options += --with-out-ext=win32api
93
94
-# YJIT
+# sorah-rbpkg customs
95
configure_options += --enable-yjit
96
+configure_options += --with-modular-gc=/usr/lib/ruby-gc
97
98
export LANG := C.UTF-8
99
export LC_ALL := $(LANG)
@@ -117,6 +118,8 @@ override_dh_auto_clean:
117
118
119
override_dh_auto_build-arch:
120
dh_auto_build -- main V=1
121
+ $(MAKE) modular-gc MODULAR_GC=default V=1
122
+ $(MAKE) modular-gc MODULAR_GC=mmtk V=1
123
sed -i -e "s,$(CURDIR),BUILDDIR,g" ./rbconfig.rb
124
125
# see full list in common.mk (search for /^check:/)
0 commit comments