facebook/zstd

mingw library cross-compilation

Open

#1.911 aberto em 28 de nov. de 2019

Ver no GitHub
 (4 comments) (0 reactions) (1 assignee)C (2.481 forks)batch import
help wanted

Métricas do repositório

Stars
 (27.100 stars)
Métricas de merge de PR
 (Mesclagem média 50m) (2 fundiu PRs em 30d)

Description

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

Guia do colaborador