Show V8 Deprecated warnings
This commit is contained in:
parent
1a0605bf45
commit
c23375d39d
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ Makefile: $(srcdir)/Makefile.in ../../config.status
|
|||
# These settings are provided by 'configure' (see '/configure.in')
|
||||
ifeq (1, $(JSV8ENABLED))
|
||||
JS_INTERPRETER_SRC_V8 = v8_shell.cxx
|
||||
JS_INTERPRETER_ENABLE_V8 = -DENABLE_V8 -DSWIG_V8_VERSION=$(JSV8_VERSION)
|
||||
JS_INTERPRETER_ENABLE_V8 = -DENABLE_V8 -DSWIG_V8_VERSION=$(JSV8_VERSION) -DV8_DEPRECATION_WARNINGS
|
||||
endif
|
||||
|
||||
ifeq (1, $(JSCENABLED))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue