Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Trying to build an executable that uses webui as a dynamic library on Windows with, and only with debug symbols should produce the following error :
error: lld-link: _gnu_exception_handler was replaced
Expected Behavior
No build errors.
Reproducible example
buggy.zip
Notes
I am unsure if this is the only library with this issue, but I did notice that compiling it with gcc does not export that symbol anywhere.
Closed issue from webui
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Trying to build an executable that uses webui as a dynamic library on Windows with, and only with debug symbols should produce the following error :
error: lld-link: _gnu_exception_handler was replacedExpected Behavior
No build errors.
Reproducible example
buggy.zip
Notes
I am unsure if this is the only library with this issue, but I did notice that compiling it with gcc does not export that symbol anywhere.
Closed issue from webui