Merge pull request #108 from atom/no-incremental-linking
Turn off incremental linking for Release build
This commit is contained in:
commit
eee334c7f6
1 changed files with 4 additions and 0 deletions
|
@ -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"', {
|
||||
|
|
Loading…
Reference in a new issue