You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With CMake and Meson we can extract the exact files that should invalidate the build: #214
With Python, we don't have that luxury. However, we could add *.c files if the c-compiler is added, *.rs files if the rust-compiler is added and so forth