Add goma=on option to Makefile build.
Review URL: https://codereview.chromium.org/1225683010 Cr-Commit-Position: refs/heads/master@{#29551}
This commit is contained in:
parent
d05538827e
commit
91255190ea
4
Makefile
4
Makefile
@ -162,7 +162,9 @@ endif
|
|||||||
ifdef embedscript
|
ifdef embedscript
|
||||||
GYPFLAGS += -Dembed_script=$(embedscript)
|
GYPFLAGS += -Dembed_script=$(embedscript)
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(goma), on)
|
||||||
|
GYPFLAGS += -Duse_goma=1
|
||||||
|
endif
|
||||||
# arm specific flags.
|
# arm specific flags.
|
||||||
# arm_version=<number | "default">
|
# arm_version=<number | "default">
|
||||||
ifneq ($(strip $(arm_version)),)
|
ifneq ($(strip $(arm_version)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user