-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fails to build with LTO enabled #222
Comments
As expected, CS builds with LTO disabled. Most likely the build machine exceeded the available memory. Did you try this with a newer version of CopperSpice? |
The same error still persists with latest Copperspice 1.8.2 when building with LTO enabled. This does not look like to be related to the available machine memory, otherwise the OOM killer would be triggered, which is not the case. And the error also occurs in a build server with 256GiB of RAM, which should be more than enough to build virtually anything. |
Also, the error is of type "undefined reference", which does any have any relation to the amount of available machine memory. |
We mentioned this because another user run out of memory building with LTO enabled. A CS team member is going to test this again. |
Thank you. |
We were able to repeat this behavior on Debian and it looks like something similar to an import/export issue. Trying a few things to see if it can be resolved easily. |
Copperspice 1.7.3 fails to build for me with LTO enabled. Disabling LTO makes it to build fine. Error log:
Build options:
Build flags:
System information:
The text was updated successfully, but these errors were encountered: