Skip to content

Commit 9125519

Browse files
rmcilroyCommit bot
authored andcommitted
Add goma=on option to Makefile build.
Review URL: https://codereview.chromium.org/1225683010 Cr-Commit-Position: refs/heads/master@{#29551}
1 parent d055388 commit 9125519

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ endif
162162
ifdef embedscript
163163
GYPFLAGS += -Dembed_script=$(embedscript)
164164
endif
165-
165+
ifeq ($(goma), on)
166+
GYPFLAGS += -Duse_goma=1
167+
endif
166168
# arm specific flags.
167169
# arm_version=<number | "default">
168170
ifneq ($(strip $(arm_version)),)

0 commit comments

Comments
 (0)