facebook/zstd

mingw library cross-compilation

オープン

#1,911 opened on 2019/11/28

 (4 件のコメント) (0 件のリアクション) (1 人の担当者)C (2,481 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (27,100 個のスター)
PR merge metrics
 (PR metrics pending)

説明

#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.

コントリビューターガイド