Show V8 Deprecated warnings
This commit is contained in:
parent
1a0605bf45
commit
c23375d39d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue