| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b33e8d2 commit 2e54653
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -276,6 +276,9 @@ | |||
| 276 | 276 | # Defines these mostly for node-gyp to pickup. | |
| 277 | 277 | 'defines': [ | |
| 278 | 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' | ||
| 279 | 282 | ], | |
| 280 | 283 | ||
| 281 | 284 | # Forcibly disable -Werror. We support a wide range of compilers, it's | |
| Back | FazBrowse Home | New Git URL |
0 commit comments