[go: up one dir, main page]

Menu

#15 Enable large file support (LFS)

v1.0 (example)
wont-fix
nobody
None
5
2024-09-13
2024-01-11
Taoyu Saijo
No

To be compatible with large file support shall we consider compiling the project with the following flags?
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE

Discussion

  • Dmitry Butskoy

    Dmitry Butskoy - 2024-01-11

    Taoyu Saijo wrote:

    To be compatible with large file support shall we consider compiling
    the project with the following flags?
    |-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE|

    |Traceroute does not use filesystems in any way in its work.

    So nothing special in this context -- just use the standard compiler
    flags from your Linux distribution.

    ~buc

    |

     
  • Dmitry Butskoy

    Dmitry Butskoy - 2024-09-13
    • status: open --> wont-fix
     

Log in to post a comment.