Build with symbols on debug build.
This commit is contained in:
parent
0a9c371ca2
commit
c340cac02c
1 changed files with 2 additions and 3 deletions
5
atom.gyp
5
atom.gyp
|
@ -230,9 +230,8 @@
|
||||||
],
|
],
|
||||||
'configurations': {
|
'configurations': {
|
||||||
'Debug': {
|
'Debug': {
|
||||||
'defines': [
|
'defines': [ 'DEBUG', '_DEBUG' ],
|
||||||
'DEBUG',
|
'cflags': [ '-g', '-O0' ],
|
||||||
],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue