Skip to content

Commit

Permalink
Merge pull request #6802 from brave/build_warnings_ios
Browse files Browse the repository at this point in the history
Fix 12027: Fix build warnings for ios
  • Loading branch information
jumde authored Oct 7, 2020
2 parents 0e096a5 + 0cc379a commit 6b7268b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/commands/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ Config.prototype.buildArgs = function () {
delete args.gemini_client_secret
delete args.brave_services_key
delete args.webcompat_report_api_endpoint
delete args.use_blink_v8_binding_new_idl_interface
delete args.v8_enable_verify_heap
}

if (process.platform === 'win32') {
Expand Down

0 comments on commit 6b7268b

Please sign in to comment.