You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
371 B
12 lines
371 B
Index: Makefile |
|
--- Makefile.orig 2017-12-01 08:19:39.293244000 +0100 |
|
+++ Makefile 2017-12-01 08:19:55.974183000 +0100 |
|
@@ -62,7 +62,7 @@ |
|
|
|
OPTFLAGS = -O2 -std=c++11 -fno-rtti |
|
|
|
-CCFLAGS = -Wall $(OPTFLAGS) $(OPT_ENABLE_DEBUGGER_SUPPORT) |
|
+CCFLAGS = $(OPTFLAGS) $(OPT_ENABLE_DEBUGGER_SUPPORT) |
|
|
|
ifdef V8_SRCDIR |
|
override CPPFLAGS += -I$(V8_SRCDIR) -I$(V8_SRCDIR)/include
|
|
|