-
Notifications
You must be signed in to change notification settings - Fork 45
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
Aur Package lto issue #226
Comments
Cool, then I remove LTO and release. If that's still an issue we'll look at disabling LTO from the release build or make it optional. I think it may give a minimal speedup, so removing it might come as a cost. |
1 similar comment
Cool, then I remove LTO and release. If that's still an issue we'll look at disabling LTO from the release build or make it optional. I think it may give a minimal speedup, so removing it might come as a cost. |
Im going to check on it! |
As soon as you give me an OK on this one, chief! |
it worked!, now cargo.toml still has lto, so im betting the binary still has lto, even though the makepkg has !lto, but im not sure, i dont know who can confirm that, |
You need to disable lto at PKGBUILD to compile properly the program, if not #191 will occur. Please add '!lto' into options array
The text was updated successfully, but these errors were encountered: