mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: change default BUILDTYPE of gyp to Release
This commit is contained in:
committed by
Ben Noordhuis
parent
58e5d69250
commit
491ec171ec
@@ -10,7 +10,7 @@
|
||||
},
|
||||
|
||||
'target_defaults': {
|
||||
'default_configuration': 'Debug',
|
||||
'default_configuration': 'Release',
|
||||
'configurations': {
|
||||
'Debug': {
|
||||
'defines': [ 'DEBUG', '_DEBUG' ],
|
||||
|
||||
Reference in New Issue
Block a user