Fix typo in build debug command line#449
Open
rwmcguir wants to merge 2 commits intooneapi-src:masterfrom
Open
Conversation
Signed-off-by: Russell McGuire <[email protected]>
+Include Lambda's in symbol resolution +Disable link time optimization to help ABI -fno-lto Signed-off-by: Russell McGuire <[email protected]>
Contributor
Author
|
Note how clean this step is now: Dump ABI Base: The object ABI has been dumped to: |
nrspruit
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should fix the remaining build errors in the ABI checker, we use a lot of lambda functions in the L0 Loader and there is specific command line option that needed enabled. Additionally disabling -lto ensure linker is not doing overly clever things that prevent ABI checkers in corner conditions.