I'm compiling a library as a cdylib
. Along with all the exports I specified another rust_eh_personality
symbol is exported.
Is there a way to not export this symbol?
I'm compiling a library as a cdylib
. Along with all the exports I specified another rust_eh_personality
symbol is exported.
Is there a way to not export this symbol?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.