Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index a749fd026ea85089da4cde8122ac9ff7a8a83300..ae79a295046253f75d65262fb9cc94c57a483e51 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -70,6 +70,10 @@ ifeq ($(backtrace), off) |
| else |
| GYPFLAGS += -Dv8_enable_backtrace=1 |
| endif |
| +# use_31_bits_smi_value=on |
| +ifeq ($(use_31_bits_smi_value), on) |
| + GYPFLAGS += -Dv8_use_31_bits_smi_value=1 |
| +endif |
| # snapshot=off |
| ifeq ($(snapshot), off) |
| GYPFLAGS += -Dv8_use_snapshot='false' |