summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-11-30 02:28:10 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-30 02:28:12 +0100
commitbbd976b8c4f82d22dc3f6bc5075aeaf26f8b6fa9 (patch)
treefb5c3ed1a845e6daeb85bce5471fb3b22b7d5d87 /node.gyp
parenteda15387a0e4b8e8fd1d7cce66911fa48f0278fb (diff)
downloadnode-bbd976b8c4f82d22dc3f6bc5075aeaf26f8b6fa9.tar.gz
build: always compile with large file support
Fixes a nasty sizeof(struct stat) mismatch bug that caused random crashes and silent memory corruption.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index e24139791..89f5ea75a 100644
--- a/node.gyp
+++ b/node.gyp
@@ -124,8 +124,6 @@
'defines': [
'ARCH="<(target_arch)"',
'PLATFORM="<(OS)"',
- '_LARGEFILE_SOURCE',
- '_FILE_OFFSET_BITS=64',
],
'conditions': [