| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5ca9616 commit fc1fa7a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -268,6 +268,9 @@ | |||
| 268 | 268 | # Defines these mostly for node-gyp to pickup. | |
| 269 | 269 | 'defines': [ | |
| 270 | 270 | '_GLIBCXX_USE_CXX11_ABI=1', | |
| 271 | + # This help forks when building Node.js on a 32-bit arch as | ||
| 272 | + # libuv is always compiled with _FILE_OFFSET_BITS=64 | ||
| 273 | + '_FILE_OFFSET_BITS=64' | ||
| 271 | 274 | ], | |
| 272 | 275 | ||
| 273 | 276 | # Forcibly disable -Werror. We support a wide range of compilers, it's | |
| Back | FazBrowse Home | New Git URL |
0 commit comments