diff --git a/README.md b/README.md index 48a86266..e4857106 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,6 @@ To build for android: Note for UNIX users: compile your project with `-D_LARGEFILE_SOURCE` and `-D_FILE_OFFSET_BITS=64`. GYP builds take care of that automatically. -Note for Linux users: compile your project with `-D_GNU_SOURCE` when you -include `uv.h`. GYP builds take care of that automatically. If you use -autotools, add a `AC_GNU_SOURCE` declaration to your `configure.ac`. - ## Supported Platforms Microsoft Windows operating systems since Windows XP SP2. It can be built diff --git a/uv.gyp b/uv.gyp index da254a1a..3b2533c7 100644 --- a/uv.gyp +++ b/uv.gyp @@ -15,7 +15,6 @@ 'defines': [ '_LARGEFILE_SOURCE', '_FILE_OFFSET_BITS=64', - '_GNU_SOURCE', ], 'conditions': [ ['OS=="solaris"', {