diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-11-30 02:28:10 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-11-30 02:28:12 +0100 |
commit | bbd976b8c4f82d22dc3f6bc5075aeaf26f8b6fa9 (patch) | |
tree | fb5c3ed1a845e6daeb85bce5471fb3b22b7d5d87 /node.gyp | |
parent | eda15387a0e4b8e8fd1d7cce66911fa48f0278fb (diff) | |
download | node-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.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -124,8 +124,6 @@ 'defines': [ 'ARCH="<(target_arch)"', 'PLATFORM="<(OS)"', - '_LARGEFILE_SOURCE', - '_FILE_OFFSET_BITS=64', ], 'conditions': [ |