Skip to content

"parallel-rustc" isn't working (on my PC at least) #117781

Open
@frederikhors

Description

@frederikhors

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions