Pyo3 build script rebuilds all the time... #2088
-
Hi guys, I'm using Pyo3 to bring a rust API to Python, and when I enable the python feature in the code, pyo3 modules recompile all the time, why does it need to rebuild if the code hasn't changed ? Even if I add a single blank line or a print statement to another module the pyo3 modules still rebuild...
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Does the discussion in #1708 help? In particular changing the rust-analyzer target directory as a workaround. |
Beta Was this translation helpful? Give feedback.
-
I did it through a config.toml file using |
Beta Was this translation helpful? Give feedback.
Does the discussion in #1708 help? In particular changing the rust-analyzer target directory as a workaround.