facebook/zstd

mingw library cross-compilation

Ouverte

#1 911 ouverte le 28 nov. 2019

 (4 commentaires) (0 réaction) (1 personne assignée)C (2 481 forks)batch import
help wanted

Métriques du dépôt

Stars
 (27 100 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur