Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index 6c2955126bdf3e99b9547336de388ac46bbd1fa4..cb7ad7136b74c79e446e436b3d487d81331429b9 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -110,7 +110,7 @@ ifeq ($(vtunejit), on) |
| endif |
| # optdebug=on |
| ifeq ($(optdebug), on) |
|
Michael Achenbach
2015/01/12 08:55:42
Wonder if this is necessary. We have two modes alr
|
| - GYPFLAGS += -Dv8_optimized_debug=2 |
| + GYPFLAGS += -Dv8_optimized_debug=1 |
| endif |
| # unalignedaccess=on |
| ifeq ($(unalignedaccess), on) |
| @@ -430,7 +430,7 @@ $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE) |
| -Dv8_target_arch=$(V8_TARGET_ARCH) \ |
| $(if $(findstring $(CXX_TARGET_ARCH),$(V8_TARGET_ARCH)), \ |
| -Dtarget_arch=$(V8_TARGET_ARCH),) \ |
| - $(if $(findstring optdebug,$@),-Dv8_optimized_debug=2,) \ |
| + $(if $(findstring optdebug,$@),-Dv8_optimized_debug=1,) \ |
|
Michael Achenbach
2015/01/12 08:55:42
nit: Can you maybe get rid of the tabs?
|
| -S$(suffix $(basename $@))$(suffix $@) $(GYPFLAGS) |
| $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE) |