diff --git a/atom.gyp b/atom.gyp
index a419ae9427..bf5b950d7c 100644
--- a/atom.gyp
+++ b/atom.gyp
@@ -232,7 +232,7 @@
     ],
     'configurations': {
       'Debug': {
-        'defines': [ 'DEBUG', '_DEBUG' ],
+        'defines': [ 'DEBUG' ],
         'cflags': [ '-g', '-O0' ],
       },
     },