mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-20 04:29:47 +00:00
Merge 776cb07023 into 665f68036c
This commit is contained in:
commit
61aec864dc
1 changed files with 4 additions and 0 deletions
|
|
@ -8,3 +8,7 @@ benchmark = "bench -p ruff_benchmark --bench linter --bench formatter --"
|
|||
# See: https://github.com/astral-sh/ruff/issues/11503
|
||||
[target.'cfg(all(target_env="msvc", target_os = "windows"))']
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
# Use system jemalloc (which may or may not be compiled for 64K pages).
|
||||
[target.'cfg(all(target_env = "musl", target_os = "linux"))'.jemalloc]
|
||||
rustc-link-lib = ["jemalloc"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue