index efd43b94bdf8fc1b002350bfb31d78122085cf1b..a99b09c070504680ab1634aa771cb78ddd4e3383 100644
--- a/Makefile
+++ b/Makefile
@@ -96,10 +96,6 @@ endif
ifeq ($(optdebug), on)
GYPFLAGS += -Dv8_optimized_debug=2
endif
-# debuggersupport=off
-ifeq ($(debuggersupport), off)
- GYPFLAGS += -Dv8_enable_debugger_support=0
-endif
# unalignedaccess=on
ifeq ($(unalignedaccess), on)
GYPFLAGS += -Dv8_can_use_unaligned_accesses=true
« no previous file with comments
|
« no previous file
|
build/features.gypi » ('j')
|
no next file with comments »
Issue 256653004: Always include debugger support.
(Closed)
Created 6 years, 8 months ago by Yang
Modified 6 years, 8 months ago
Reviewers: Jakob Kummerow
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Comments: 0