repo.or.cz
/
ruby.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
e042e10
)
ZJIT: Use 2024 edition for rustc-only release builds
author
Alan Wu
<
[email protected]
>
Mon, 5 May 2025 15:30:29 +0000
(6
00:30
+0900)
committer
Alan Wu
<
[email protected]
>
Mon, 5 May 2025 16:04:59 +0000
(6
01:04
+0900)
common.mk
patch
|
blob
|
blame
|
history
diff --git
a/common.mk
b/common.mk
index
7337f8a
..
1869a39
100644
(file)
--- a/
common.mk
+++ b/
common.mk
@@
-349,7
+349,7
@@
YJIT_RUSTC_ARGS = --crate-name=yjit \
ZJIT_RUSTC_ARGS = --crate-name=zjit \
--crate-type=staticlib \
- --edition=202
1
\
+ --edition=202
4
\
-g \
-C lto=thin \
-C opt-level=3 \