facebook/zstd

mingw library cross-compilation

开放

#1,911 创建于 2019年11月28日

 (4 条评论) (0 个反应) (1 位负责人)C (2,481 个派生)batch import
help wanted

仓库指标

星标
 (27,100 个星标)
PR 合并指标
 (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.

贡献者指南