Reviewers: Michael Achenbach,

Message:
PTAL, thanks.

Description:
Add use_goma option to Makefile build.

Please review this at https://codereview.chromium.org/1225683010/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+3, -1 lines):
  M Makefile


Index: Makefile
diff --git a/Makefile b/Makefile
index 97612655a7b1aea4e7a96c9e8b9dc93321fcd006..f8ed9791c34ba070efd5f227d2782649510fd2ae 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,9 @@ endif
 ifdef embedscript
   GYPFLAGS += -Dembed_script=$(embedscript)
 endif
-
+ifeq ($(use_goma), on)
+  GYPFLAGS += -Duse_goma=1
+endif
 # arm specific flags.
 # arm_version=<number | "default">
 ifneq ($(strip $(arm_version)),)


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to