File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3939'ubsan_vptr%' : 0 ,
4040'v8_target_arch%' : '<(target_arch)' ,
4141'v8_host_byteorder%' : '<!(python -c "import sys; print sys.byteorder")' ,
42+ 'force_dynamic_crt%' : 0 ,
4243# Native Client builds currently use the V8 ARM JIT and
4344# arm/simulator-arm.cc to defer the significant effort required
4445# for NaCl JIT support. The nacl_target_arch variable provides
11041105'VCCLCompilerTool' :{
11051106'Optimization' : '0' ,
11061107'conditions' : [
1107- ['component=="shared_library"' ,{
1108+ ['component=="shared_library" or force_dynamic_crt==1 ' ,{
11081109'RuntimeLibrary' : '3' , # /MDd
11091110 },{
11101111'RuntimeLibrary' : '1' , # /MTd
11561157'StringPooling' : 'true' ,
11571158'BasicRuntimeChecks' : '0' ,
11581159'conditions' : [
1159- ['component=="shared_library"' ,{
1160+ ['component=="shared_library" or force_dynamic_crt==1 ' ,{
11601161'RuntimeLibrary' : '3' , #/MDd
11611162 },{
11621163'RuntimeLibrary' : '1' , #/MTd
13461347'FavorSizeOrSpeed' : '0' ,
13471348'StringPooling' : 'true' ,
13481349'conditions' : [
1349- ['component=="shared_library"' ,{
1350+ ['component=="shared_library" or force_dynamic_crt==1 ' ,{
13501351'RuntimeLibrary' : '2' , #/MD
13511352 },{
13521353'RuntimeLibrary' : '0' , #/MT
You can’t perform that action at this time.
0 commit comments