linux: Define _LARGEFILE_SOURCE
This commit is contained in:
parent
2e7b3f0d78
commit
36e6243085
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
|
'defines': [
|
||||||
|
'_LARGEFILE_SOURCE',
|
||||||
|
'_LARGEFILE64_SOURCE',
|
||||||
|
],
|
||||||
'cflags_cc': [
|
'cflags_cc': [
|
||||||
'-D__STRICT_ANSI__',
|
'-D__STRICT_ANSI__',
|
||||||
'-std=gnu++11',
|
'-std=gnu++11',
|
||||||
|
|
Loading…
Reference in a new issue