Skip to content

Commit

Permalink
Merge pull request #412 from brave/jumbo-build
Browse files Browse the repository at this point in the history
Disable use_jumbo_build for now
  • Loading branch information
bbondy authored Jun 23, 2018
2 parents 99d0914 + 67407a9 commit 80614db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ Config.prototype.buildArgs = function () {
let args = {
safe_browsing_mode: 1,
root_extra_deps: [ "//brave" ],
use_jumbo_build: !this.officialBuild,
// TODO: Re-enable when chromium_src overrides work for files in relative
// paths like widevine_cmdm_compoennt_installer.cc
// use_jumbo_build: !this.officialBuild,
is_component_build: this.buildConfig !== 'Release',
proprietary_codecs: true,
ffmpeg_branding: "Chrome",
Expand Down

0 comments on commit 80614db

Please sign in to comment.