mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
add GCC build flags for largefile >2GB support
This commit is contained in:
parent
3c6be0afd9
commit
fdae0a8487
@ -127,3 +127,7 @@
|
|||||||
// What is the syntax of the STL allocator declaration? See
|
// What is the syntax of the STL allocator declaration? See
|
||||||
// LocalSetup.pp for allowable values.
|
// LocalSetup.pp for allowable values.
|
||||||
#define STL_ALLOCATOR GNU
|
#define STL_ALLOCATOR GNU
|
||||||
|
|
||||||
|
// large file >2GB support
|
||||||
|
#define _LARGEFILE_SOURCE 1
|
||||||
|
#define _FILE_OFFSET_BITS 64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user