Revision: 19470
Author: [email protected]
Date: Wed Feb 19 08:56:16 2014 UTC
Log: Makefile: don't force -Dv8_optimized_debug=0 unnecessarily
[email protected]
Review URL: https://codereview.chromium.org/170243003
http://code.google.com/p/v8/source/detail?r=19470
Modified:
/branches/bleeding_edge/Makefile
=======================================
--- /branches/bleeding_edge/Makefile Tue Feb 18 08:53:51 2014 UTC
+++ /branches/bleeding_edge/Makefile Wed Feb 19 08:56:16 2014 UTC
@@ -393,7 +393,7 @@
build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
-Ibuild/standalone.gypi --depth=. \
-Dv8_target_arch=$(subst .,,$(suffix $(basename $@))) \
- -Dv8_optimized_debug=$(if $(findstring optdebug,$@),2,0) \
+ $(if $(findstring optdebug,$@),-Dv8_optimized_debug=2,) \
-S$(suffix $(basename $@))$(suffix $@) $(GYPFLAGS)
$(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE)
--
--
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.