mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
14 lines
292 B
Text
14 lines
292 B
Text
<! local ncpus = tonumber(opt.system "nproc") !>
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
codegen-units = <% math.min(ncpus, 4) %>
|
|
|
|
[profile.debug]
|
|
codegen-units = <% ncpus %>
|
|
|
|
[registry]
|
|
default = "mzte"
|
|
|
|
[registries.mzte]
|
|
index = "sparse+https://git.mzte.de/api/packages/LordMZTE/cargo/"
|