mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Merge pull request #108 from atom/no-incremental-linking
Turn off incremental linking for Release build
This commit is contained in:
@@ -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"', {
|
||||
|
||||
Reference in New Issue
Block a user