Skip to content
New issue

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

Recompile the library before compiling a test #367

Open
ClementPernet opened this issue Aug 25, 2022 · 0 comments
Open

Recompile the library before compiling a test #367

ClementPernet opened this issue Aug 25, 2022 · 0 comments

Comments

@ClementPernet
Copy link
Member

When using the --enable-precompilation option, a change in the source code triggers the recompilation of the whole library binaries when calling make but not when compiling a test or the testsuite.
This may lead to bugs, since the outdated library binaries will co-exist with freshly compiled code for the specializations that are not covered by the precompilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant