-
Notifications
You must be signed in to change notification settings - Fork 64
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
Grep for call my_func in the LTO test #591
Comments
Hello, I would like to work on this issue |
Nice! |
I am trying to build with LTO using
However after building, i checked the binary with
Am I doing something wrong? LTO is not being setup correctly |
You might be missing the |
I am trying to understand the code a bit more, what exactly is the difference between gcc-13.deb and libgccjit.so? It seems the release.yml uses gcc-13.deb as gcc-path, but the default build systems installs libgccjit instead.
I get the error,
However I can find the lib in /usr/lib/gcc
|
Try to comment this line: it might not be necessary anymore as the comment above suggests and will make it easier to use LTO locally (since it won't require having the exact same version of the |
It seems that it is not correctly reading the gcc path I think? Since I again get an error
However,
|
GCC needs to use the same version for both How did you build |
Here
The text was updated successfully, but these errors were encountered: