You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Use O_LARGEFILE when creating log files on non-APPLE platforms." (fix#8)
This reverts commit eacabaf.
Configuring large file system (LFS) support is a build system issue and should not be tackled
by code changes. O_LARGEFILE is a GNU extension and is not supported on all platforms. If still
required, the `-D_FILE_OFFSET_BITS=64` should be added to the compiler command line via CMake.
See http://man7.org/linux/man-pages/man7/feature_test_macros.7.html.
0 commit comments