Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: remove _LARGEFILE_SOURCE, _FILE_OFFSET_BITS
Browse files Browse the repository at this point in the history
Don't define the _LARGEFILE_SOURCE and _FILE_OFFSET_BITS flags, they're
inherited from libuv now.
  • Loading branch information
bnoordhuis committed Nov 4, 2012
1 parent a7ac1a1 commit 83e5e20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common.gypi
Expand Up @@ -157,11 +157,6 @@
'BUILDING_V8_SHARED=1',
'BUILDING_UV_SHARED=1',
],
}, {
'defines': [
'_LARGEFILE_SOURCE',
'_FILE_OFFSET_BITS=64',
],
}],
[ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-pthread', ],
Expand Down

0 comments on commit 83e5e20

Please sign in to comment.