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

build: disable DT_TEXTREL warning for i686 #52211

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Nov 17, 2023

This warning was distracting and annoying me, so I looked into whether it was a bug. Turns out the warning is harmless (loading the object just will make a copy of the ~2kb text field into memory). So add the code to disable it, either with different assembly or different linker flags. Default to continuing to use the same assembly.

The warning turns out to be harmless (loading the object just will make
a copy of the ~2kb text field into memory), but add the code to disable
it, either with different assembly or different linker flags. Default to
continuing to use the same assembly.
@vtjnash vtjnash merged commit 625bbde into master Nov 17, 2023
4 of 7 checks passed
@vtjnash vtjnash deleted the jn/nowarn-textrel branch November 17, 2023 23:43
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

Successfully merging this pull request may close these issues.

None yet

2 participants