Closed Noratrieb closed 2 years ago
Hmmm i think i would rather try and fix this build.rs issue than document a hack for fixing it
I would add it temporarily, fix the issue somehow, and then remove it again. It's certainly good to know about it right now
When I built my project,
rustc_codegen_nvvm
rebuilt on every subsequent build of my program, even if I just changed the CPU crate code. Someone on the discord server shared their trick on how to fix it, by touching theoutput
file in thetarget
orrustc_codegen_nvvm
and it worked for me, so I added it to the guide.