mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
build: change default BUILDTYPE of gyp to Release
This commit is contained in:
parent
58e5d69250
commit
491ec171ec
@ -10,7 +10,7 @@
|
||||
},
|
||||
|
||||
'target_defaults': {
|
||||
'default_configuration': 'Debug',
|
||||
'default_configuration': 'Release',
|
||||
'configurations': {
|
||||
'Debug': {
|
||||
'defines': [ 'DEBUG', '_DEBUG' ],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user