File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3333 'includes' : ['toolchain.gypi' ],
3434 'variables' : {
3535 'component%' : 'static_library' ,
36+ 'force_dynamic_crt%' : 0 ,
3637 'clang_xcode%' : 0 ,
3738 # Track where uninitialized memory originates from. From fastest to
3839 # slowest: 0 - no tracking, 1 - track only the initial allocation site, 2
Original file line number Diff line number Diff line change 11041104 'VCCLCompilerTool' : {
11051105 'Optimization' : '0' ,
11061106 'conditions' : [
1107- ['component=="shared_library"' , {
1107+ ['component=="shared_library" or force_dynamic_crt==1 ' , {
11081108 'RuntimeLibrary' : '3' , # /MDd
11091109 }, {
11101110 'RuntimeLibrary' : '1' , # /MTd
11561156 'StringPooling' : 'true' ,
11571157 'BasicRuntimeChecks' : '0' ,
11581158 'conditions' : [
1159- ['component=="shared_library"' , {
1159+ ['component=="shared_library" or force_dynamic_crt==1 ' , {
11601160 'RuntimeLibrary' : '3' , #/MDd
11611161 }, {
11621162 'RuntimeLibrary' : '1' , #/MTd
13471347 'FavorSizeOrSpeed' : '0' ,
13481348 'StringPooling' : 'true' ,
13491349 'conditions' : [
1350- ['component=="shared_library"' , {
1350+ ['component=="shared_library" or force_dynamic_crt==1 ' , {
13511351 'RuntimeLibrary' : '2' , #/MD
13521352 }, {
13531353 'RuntimeLibrary' : '0' , #/MT
Original file line number Diff line number Diff line change 1111#define V8_MAJOR_VERSION 5
1212#define V8_MINOR_VERSION 1
1313#define V8_BUILD_NUMBER 281
14- #define V8_PATCH_LEVEL 87
14+ #define V8_PATCH_LEVEL 88
1515
1616// Use 1 for candidates and 0 otherwise.
1717// (Boolean macro values are not supported by all preprocessors.)
You can’t perform that action at this time.
0 commit comments