denzp / rust-ptx-builder

Convenient `build.rs` helper for NVPTX crates
MIT License
53 stars 9 forks source link

Files aren't rebuilt if target is removed #18

Open Raniz85 opened 4 years ago

Raniz85 commented 4 years ago

Since the produced PTX file are stored in /tmp on Linux it is removed if the computer is rebooted.

However, this won't trigger a rebuild so when trying to build the crate I get an error about the file I try to include not being found.