Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 78e708b

Browse files
committed
Make GOMA state automatic by default
We used to default to force-enabled, which would fail on non-GOMA setups.
1 parent bcceb43 commit 78e708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def parse_args(args):
870870
help='Do not build the host-side development artifacts.'
871871
)
872872

873-
parser.add_argument('--goma', default=True, action='store_true')
873+
parser.add_argument('--goma', action='store_true')
874874
parser.add_argument('--no-goma', dest='goma', action='store_false')
875875
parser.add_argument(
876876
'--xcode-symlinks',

0 commit comments

Comments
 (0)