help wanted
倉庫指標
- Star
- (27,100 star)
- PR 合併指標
- (平均合併 50分鐘) (30 天內合併 2 個 PR)
描述
#1910 adds mingw cross compilations, and tests it in CI. But only CLI generation is tested.
The issue is, library compilation generates warnings related to -fPIC compilation flag. Since tests follow a zero-warning policy, running such a test would break CI.
The goal is to find a way to cross-compile libzstd with mingw without generating warnings.