Skip to content

Commit

Permalink
tools: Build using autoninja
Browse files Browse the repository at this point in the history
Applies automatic `-j (#cores)` configuration
  • Loading branch information
magreenblatt committed Jul 11, 2024
1 parent 68e1fcf commit b7a172f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/automate/automate-git.py
Original file line number Diff line number Diff line change
Expand Up @@ -1335,8 +1335,8 @@ def invalid_options_combination(a, b):
tool = os.path.join(cef_src_dir, 'tools', 'gclient_hook.py')
run('%s %s' % (python_exe, tool), cef_src_dir, depot_tools_dir)

# Build using Ninja.
command = 'ninja '
# Build using autoninja for automatic `-j (#cores)` configuration.
command = 'autoninja '
if options.verbosebuild:
command += '-v '
if options.buildfailurelimit != 1:
Expand Down

0 comments on commit b7a172f

Please sign in to comment.