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