Skip to content

Congratulations and question about linker #1349

Closed
@frederikhors

Description

@frederikhors

I just discovered this project: you did an amazing job @bjorn3! Wow! 😃

I'm creating a web app using

cargo watch -x run (now cargo-clif watch -x run)

to relaunch web server to try the changes.

Before cargo-clif the time to wait after a change was: 11/12 seconds.

Now is 5/6: amazing!

But there is a thing.

With the "original" Microsoft linker the build never completes (it hangs on the last step, the last crate, indefinitely). Can I ask you why?

I need to use llvm linker instead with global cargo config like this:

[target.x86_64-pc-windows-msvc]
linker = "lld-link.exe"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions