We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editable installs trigger a build on the module import, so it is important to try to optimize them as much as we can.
I am opening this issue to track the discovery, and state of work done on this.
Possible improvements:
meson compile
ninja
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Editable installs trigger a build on the module import, so it is important to try to optimize them as much as we can.
I am opening this issue to track the discovery, and state of work done on this.
Possible improvements:
meson compile
takes an unnecessary amount of time to spawn the build backendninja
directly in ENH: do not use the 'meson compile' indirection to build the project #328, but that change will be reverted in BUG: Use meson compile wrapper on Windows #371The text was updated successfully, but these errors were encountered: