mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
6 lines
121 B
TOML
6 lines
121 B
TOML
[build.env]
|
|
passthrough = [
|
|
"CI", # for crates/oxc_traverse/build.rs
|
|
"JEMALLOC_SYS_WITH_LG_PAGE",
|
|
"OXC_VERSION",
|
|
]
|