Skip to content

Commit

Permalink
Merge pull request #331 from brave/use_jumbo_build_on_non_official
Browse files Browse the repository at this point in the history
Use jumbo build to non-official build
  • Loading branch information
bbondy authored Jun 13, 2018
2 parents 0ca36a5 + 304e167 commit 6e90a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Config.prototype.buildArgs = function () {
let args = {
safe_browsing_mode: 1,
root_extra_deps: [ "//brave" ],
use_jumbo_build: !this.officialBuild,
is_component_build: this.buildConfig !== 'Release',
proprietary_codecs: true,
ffmpeg_branding: "Chrome",
Expand Down

0 comments on commit 6e90a5f

Please sign in to comment.