mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-14 11:08:40 -06:00
add GCC build flags for largefile >2GB support
This commit is contained in:
@@ -127,3 +127,7 @@
|
||||
// What is the syntax of the STL allocator declaration? See
|
||||
// LocalSetup.pp for allowable values.
|
||||
#define STL_ALLOCATOR GNU
|
||||
|
||||
// large file >2GB support
|
||||
#define _LARGEFILE_SOURCE 1
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
Reference in New Issue
Block a user