facebook/zstd

mingw library cross-compilation

Aperta

#1911 aperta il 28 nov 2019

 (4 commenti) (0 reazioni) (1 assegnatario)C (2481 fork)batch import
help wanted

Metriche repository

Star
 (27.100 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor