We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0602bbf commit bfc1af8Copy full SHA for bfc1af8
2 files changed
debian/control
@@ -22,6 +22,7 @@ Build-Depends: bison,
22
procps <!nocheck>,
23
ruby3.2:native <cross>,
24
rubygems-integration (>= 1.6) <!nocheck>,
25
+ rustc,
26
systemtap-sdt-dev [linux-any],
27
tzdata,
28
zlib1g-dev
debian/rules
@@ -55,6 +55,9 @@ endif
55
configure_options += --enable-ipv6
56
configure_options += --with-dbm-type=gdbm_compat
57
58
+# TODO only aarch64 and amd64
59
+configure_options += --enable-yjit
60
+
61
# do not compress debug sections for arch-dep Ruby packages with dh_compat 12
62
configure_options += --with-compress-debug-sections=no
63
0 commit comments