mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 01:03:40 +00:00
8 lines
209 B
TOML
8 lines
209 B
TOML
[env]
|
|
# Set the number of arenas to 16 when using jemalloc.
|
|
JEMALLOC_SYS_WITH_MALLOC_CONF = "abort_conf:true,narenas:16"
|
|
|
|
# FIXME: sccache temporarily disabled due to Windows issues
|
|
[build]
|
|
rustc-wrapper = ""
|