Commit 0630d68
committed
build(linter): build
Previously we built `oxlint` with Mimalloc enabled (`--features allocator`) when creating a public release, but we didn't enable Mimalloc in local release builds.
That's not ideal, as we often build in release mode locally to benchmark `oxlint`'s perf on large repos e.g. VS Code.
Always enable Mimalloc when building `oxlint` in release mode.oxlint locally with Mimalloc in release mode (#14034)1 parent 0d48511 commit 0630d68
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments