facebook/zstd

mingw library cross-compilation

Open

#1.911 geöffnet am 28. Nov. 2019

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C (27.100 Stars) (2.481 Forks)batch import
help wanted

Beschreibung

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

Contributor Guide