Skip to content

Commit 51e3525

Browse files
committed
Enable YJIT
1 parent d42ee5f commit 51e3525

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Build-Depends: bison,
1313
libreadline6-dev,
1414
libssl-dev,
1515
libyaml-dev,
16+
rustc (>= 1.58.0),
1617
netbase <!nocheck>,
1718
openssl <!nocheck>,
1819
pkg-config,

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ configure_options += --with-out-ext=tk
8989
configure_options += --with-out-ext=win32ole
9090
configure_options += --with-out-ext=win32api
9191

92+
# YJIT
93+
configure_options += --enable-yjit
94+
9295
# Some tests rely on $HOME
9396
export HOME := $(shell mktemp -d)
9497
export LANG := C.UTF-8

0 commit comments

Comments
 (0)