Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: Makefile

Issue 11574031: Intel VTune integration for V8/D8 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | SConstruct » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
===================================================================
--- Makefile (revision 13219)
+++ Makefile (working copy)
@@ -77,6 +77,10 @@
ifeq ($(gdbjit), on)
GYPFLAGS += -Dv8_enable_gdbjit=1
endif
+# vtunejit=on
+ ifeq ($(vtunejit), on)
Jakob Kummerow 2012/12/21 12:50:59 nit: indentation
+ GYPFLAGS += -Dv8_enable_vtunejit=1
Jakob Kummerow 2012/12/21 12:50:59 nit: indentation
+endif
# liveobjectlist=on
ifeq ($(liveobjectlist), on)
GYPFLAGS += -Dv8_use_liveobjectlist=true
« no previous file with comments | « no previous file | SConstruct » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698