Show V8 Deprecated warnings

This commit is contained in:
Richard 2014-08-22 18:49:48 -05:00
commit c23375d39d
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ SWIG_TOP=../../..
SWIG = $(SWIG_TOP)/preinst-swig
TARGET = example
INTERFACE = example.i
SWIGOPT=-$(JSENGINE) -DV8_VERSION=$(JSV8_VERSION)
SWIGOPT=-$(JSENGINE) -DV8_VERSION=$(JSV8_VERSION) -DV8_DEPRECATION_WARNINGS
check: build
$(MAKE) -f $(EXAMPLES_TOP)/Makefile SRCDIR='$(SRCDIR)' JSENGINE='$(JSENGINE)' TARGET='$(TARGET)' javascript_run