mirror of https://github.com/gabime/spdlog.git
Don't use fstat64 when _LARGEFILE_SOURCE is defined
Using fstat64 on ancient distributions like RHEL5 causes errors because fstat64 is declared inline, but there's no definition. Modern compilers don't like that without the -fgnu89-inline flag.pull/654/head
parent
97cdbc45e8
commit
4013d71792
Loading…
Reference in New Issue