Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Upgrade V8 to 3.8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 23, 2011
1 parent 624f70e commit e4731f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions deps/v8/build/common.gypi
Expand Up @@ -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': [
Expand Down
2 changes: 1 addition & 1 deletion deps/v8/src/version.cc
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions deps/v8/tools/gyp/v8.gyp
Expand Up @@ -221,6 +221,9 @@
{
'target_name': 'v8_base',
'type': '<(library)',
'variables': {
'optimize': 'max',
},
'include_dirs+': [
'../../src',
],
Expand Down

0 comments on commit e4731f8

Please sign in to comment.