summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-11-04 01:26:27 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-11-04 01:26:30 +0100
commit83e5e20c2c24f440b9212453336e7495402a9ed8 (patch)
tree7aa2ee8ab59d862c35c25b66b7995b6b2d2ec4f4 /common.gypi
parenta7ac1a1d8882a20636eeeb8e07e33cd0cfbaf578 (diff)
downloadnode-83e5e20c2c24f440b9212453336e7495402a9ed8.tar.gz
build: remove _LARGEFILE_SOURCE, _FILE_OFFSET_BITS
Don't define the _LARGEFILE_SOURCE and _FILE_OFFSET_BITS flags, they're inherited from libuv now.
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.gypi b/common.gypi
index ce556fb43..4ceb2575a 100644
--- a/common.gypi
+++ b/common.gypi
@@ -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', ],