We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfcad1 commit 74c8358Copy full SHA for 74c8358
common.gypi
@@ -276,6 +276,9 @@
276
# Defines these mostly for node-gyp to pickup.
277
'defines': [
278
'_GLIBCXX_USE_CXX11_ABI=1',
279
+ # This help forks when building Node.js on a 32-bit arch as
280
+ # libuv is always compiled with _FILE_OFFSET_BITS=64
281
+ '_FILE_OFFSET_BITS=64'
282
],
283
284
# Forcibly disable -Werror. We support a wide range of compilers, it's
0 commit comments