Chromium build on Mac Mini M2

Solomon Kinard
Jan 27, 2023

--

Mac Mini M2 Pro 10 core 16g RAM 512g SSD. The build took 1:42:38.47 on the second run after running gn clean and setting gn args as follows:

// args.gn
is_debug = false
is_component_build = true
symbol_level = 0

The build took 3:14:48 while multitasking without setting any gn args whatsoever on the first run with an out directory that already had 45g of output from a build weeks ago.

--

--