Avoid using separate section for infrequently used functions on apple arm64 builds#4
Avoid using separate section for infrequently used functions on apple arm64 builds#4
Conversation
… arm64 builds This fixes a linker error where the __cstrings section puts the two code sections too far apart
|
Nice catch! Now that we've narrowed down the issue to
The Personally, I would prefer to keep the vendored version of |
This fixes a linker error where the __cstrings section puts the two code sections too far apart