Skip to content

Commit

Permalink
add GNU_SOURCE to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Phillips committed Jul 17, 2014
1 parent 41f297e commit 2817052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -150,7 +150,7 @@
'cflags': [ '-Wall', '-pthread'],
'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ],
'ldflags': [ '-pthread', '-Wl,-E' ],
'defines': [ '_LARGEFILE_SOURCE', '_FILE_OFFSET_BITS=64' ],
'defines': [ '_LARGEFILE_SOURCE', '_FILE_OFFSET_BITS=64', '_GNU_SOURCE' ],
'conditions': [
[ 'target_arch=="x64"',
{
Expand Down

0 comments on commit 2817052

Please sign in to comment.