Reviewers: Yang,
Message:
PTAL
Description:
Make optimized debug builds compile with all optimizations.
This results in a speed-up of around 30% on all architectures. For local
developer builds only. The bots will continue to use level 1 for now.
BUG=
Please review this at https://codereview.chromium.org/88563002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M Makefile
Index: Makefile
diff --git a/Makefile b/Makefile
index
64bf7bca8dc735a3965b527b57acc3eff8267fb4..295ef9ac8871a81cc00f696569853876ee14a005
100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ ifeq ($(vtunejit), on)
endif
# optdebug=on
ifeq ($(optdebug), on)
- GYPFLAGS += -Dv8_optimized_debug=1
+ GYPFLAGS += -Dv8_optimized_debug=2
endif
# debuggersupport=off
ifeq ($(debuggersupport), off)
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.