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

rtdl: Fix debug mode build #993

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

Qwinci
Copy link
Contributor

@Qwinci Qwinci commented Feb 16, 2024

In some cases the rtdl can contain unwanted relocations to symbols from c++ stdlib when built in debug mode, this can be fixed by using -fvisibility-inlines-hidden in addition to -fvisibility=hidden.

In some cases the rtdl can contain unwanted relocations to symbols from c++ stdlib when built in debug mode, this can be fixed by using `-fvisibility-inlines-hidden` in addition to `-fvisibility=hidden`.
@mintsuki mintsuki merged commit b5abcf6 into managarm:master Feb 16, 2024
30 checks passed
@Qwinci Qwinci deleted the fix-debug-rtdl branch February 16, 2024 22:32
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.

3 participants