Open
Description
I tried the instructions using:
- Windows 10 x64
- i7-4790 CPU @ 3.60GHz, Cores: 4, Logical processors: 8
- nightly-x86_64-pc-windows-msvc - rustc 1.75.0-nightly (0f44eb3 2023-11-09)
- stable-x86_64-pc-windows-msvc - rustc 1.73.0 (cc66ad4 2023-10-03)
I'm using config.toml
in .cargo
dir in the project root:
[build]
rustflags = ["-Z", "threads=8"]
Results
Dev build
- Without, 2m 45s
- With, 2m 47s
Release build
- Without, 11m 37s
- With, 11m 37s (exactly 37s !)
What am I doing wrong?