You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- macOS Clang seems to encounter the following error:
```
[ 3%] Linking CXX executable binary_to_compressed_c
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
- Linux has no problem to run dynamically-linked converter.
- Only Win32 with MinGW has problem running dynamically-linked one. So I only do polyfill for this.
0 commit comments