You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lua-l
Hello,
I notice LPeg does not control its exported API symbols, which causes issues when building with -fvisibility=hidden (and potentially LTO). This breaks the shared lib.
I've been patching this downstream by adding an LPEG_API macro similar to LUAMOD_API/LUALIB_API. Would be nice to have it fixed upstream; attached the patch in case it's useful.