Skip to content

Commit

Permalink
turn off snapshots and external data for v8
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Dec 19, 2016
1 parent 986b113 commit a038b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Config.prototype.buildArgs = function () {

return {
root_extra_deps: [ "//electron" ],
v8_use_external_startup_data: false,
v8_use_snapshot: false,
is_component_build: this.buildConfig !== 'Release',
enable_nacl: false,
proprietary_codecs: true,
Expand Down

0 comments on commit a038b1b

Please sign in to comment.