Merge pull request #108 from atom/no-incremental-linking

Turn off incremental linking for Release build
This commit is contained in:
Cheng Zhao 2015-05-20 13:53:48 +08:00
commit eee334c7f6

View file

@ -231,6 +231,10 @@
# "/Oy /Oy-" and warnings about overriding.
'AdditionalOptions': ['/Oy-'],
},
'VCLinkerTool': {
# Turn off incremental linking to save binary size.
'LinkIncremental': '1', # /INCREMENTAL:NO
},
},
'conditions': [
['OS=="linux"', {