diff --git a/atom.gyp b/atom.gyp index 191a44cd68..721f2aa22e 100644 --- a/atom.gyp +++ b/atom.gyp @@ -230,9 +230,8 @@ ], 'configurations': { 'Debug': { - 'defines': [ - 'DEBUG', - ], + 'defines': [ 'DEBUG', '_DEBUG' ], + 'cflags': [ '-g', '-O0' ], }, }, },