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 d42ee5f commit 51e3525Copy full SHA for 51e3525
debian/control
@@ -13,6 +13,7 @@ Build-Depends: bison,
13
libreadline6-dev,
14
libssl-dev,
15
libyaml-dev,
16
+ rustc (>= 1.58.0),
17
netbase <!nocheck>,
18
openssl <!nocheck>,
19
pkg-config,
debian/rules
@@ -89,6 +89,9 @@ configure_options += --with-out-ext=tk
89
configure_options += --with-out-ext=win32ole
90
configure_options += --with-out-ext=win32api
91
92
+# YJIT
93
+configure_options += --enable-yjit
94
+
95
# Some tests rely on $HOME
96
export HOME := $(shell mktemp -d)
97
export LANG := C.UTF-8
0 commit comments