mesonbuild/meson

-D_FILE_OFFSET_BITS=64 should be disabled on some buggy 32-bit platforms

Aperta

#3049 aperta il 12 feb 2018

 (7 commenti) (0 reazioni) (0 assegnatari)Python (1465 fork)batch import
OS:windowsandroidbugcompilerscrossgood first issuehelp wanted

Metriche repository

Star
 (4978 stelle)
Metriche merge PR
 (Merge medio 139g 13h) (51 PR mergiate in 30 g)

Descrizione

Foremost in this is 32-bit Android, which is broken in amazing ways.

MinGW64-W32 is rumoured to support it, however, so we should define it for that platform.

We should ideally implement this with a combination of platform detection, version detection, and compiling code with -D_FILE_OFFSET_BITS=64 and seeing what the size of the types being used is.

Guida contributor