Skip to content

Reducing binary size#1

Open
dmayola wants to merge 1 commit intoaudiokinetic:masterfrom
dmayola:patch-1
Open

Reducing binary size#1
dmayola wants to merge 1 commit intoaudiokinetic:masterfrom
dmayola:patch-1

Conversation

@dmayola
Copy link
Copy Markdown

@dmayola dmayola commented Jan 5, 2024

Situation:

These constants are defined in a header file and declared static, which results in internal linkage, increasing binary size (a few KB).

Solution:

Forcing external linkage with inline keyword

Situation:

These constants are defined in a header file and declared static, which results in internal linkage, increasing binary size (a few KB).

Solution:

Forcing external linkage with inline keyword
@dmayola
Copy link
Copy Markdown
Author

dmayola commented Oct 17, 2024

What is the procedure for this fix, @ak-mdufour? Do you know?

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.

1 participant