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.

13 lines
416 B

11 years ago
Index: Makefile
--- Makefile.orig 2016-06-17 22:30:21.023883000 +0200
+++ Makefile 2016-06-17 22:30:38.113906303 +0200
11 years ago
@@ -53,7 +53,7 @@
OPT_ENABLE_DEBUGGER_SUPPORT = -DENABLE_DEBUGGER_SUPPORT
endif
OPTFLAGS = -O2 -std=c++11 -fno-rtti
11 years ago
-CCFLAGS = -Wall $(OPTFLAGS) $(OPT_ENABLE_DEBUGGER_SUPPORT)
+CCFLAGS = $(OPTFLAGS) $(OPT_ENABLE_DEBUGGER_SUPPORT)
ifdef V8_SRCDIR
override CPPFLAGS += -I$(V8_SRCDIR)/include