Skip to content

Functions defined in headers should be static inline#829

Merged
nobu merged 1 commit intoruby:masterfrom
nobu:static-linked-ext
Jul 27, 2025
Merged

Functions defined in headers should be static inline#829
nobu merged 1 commit intoruby:masterfrom
nobu:static-linked-ext

Conversation

@nobu
Copy link
Copy Markdown
Member

@nobu nobu commented Jul 27, 2025

If load_uint8x16_4 has an external linkage, it is defined in both generator and parser extension libraries.
This duplicate symbol causes a linker error when --with-static-linked-ext is given, on some platforms.

If `load_uint8x16_4` has an external linkage, it is defined in
both `generator` and `parser` extension libraries.  This duplicate
symbol causes a linker error when `--with-static-linked-ext` is
given, on some platforms.
@nobu nobu merged commit 17dd7b6 into ruby:master Jul 27, 2025
35 checks passed
@nobu nobu deleted the static-linked-ext branch July 27, 2025 06:03
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