Upgrade V8 to 3.8.2.1
This commit is contained in:
parent
624f70e88f
commit
e4731f8168
4
deps/v8/build/common.gypi
vendored
4
deps/v8/build/common.gypi
vendored
@ -84,10 +84,6 @@
|
||||
|
||||
# For a shared library build, results in "libv8-<(soname_version).so".
|
||||
'soname_version%': '',
|
||||
|
||||
# We want max optimization for the V8 build (if this is not set, chrome
|
||||
# defaults to low optimization settings)
|
||||
'optimize': 'max',
|
||||
},
|
||||
'target_defaults': {
|
||||
'conditions': [
|
||||
|
2
deps/v8/src/version.cc
vendored
2
deps/v8/src/version.cc
vendored
@ -35,7 +35,7 @@
|
||||
#define MAJOR_VERSION 3
|
||||
#define MINOR_VERSION 8
|
||||
#define BUILD_NUMBER 2
|
||||
#define PATCH_LEVEL 0
|
||||
#define PATCH_LEVEL 1
|
||||
// Use 1 for candidates and 0 otherwise.
|
||||
// (Boolean macro values are not supported by all preprocessors.)
|
||||
#define IS_CANDIDATE_VERSION 0
|
||||
|
3
deps/v8/tools/gyp/v8.gyp
vendored
3
deps/v8/tools/gyp/v8.gyp
vendored
@ -221,6 +221,9 @@
|
||||
{
|
||||
'target_name': 'v8_base',
|
||||
'type': '<(library)',
|
||||
'variables': {
|
||||
'optimize': 'max',
|
||||
},
|
||||
'include_dirs+': [
|
||||
'../../src',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user