Chromium Code Reviews| 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 |