Make run-as-node mode optional (#11701)
This commit is contained in:
parent
19a5ebce66
commit
868e792572
6 changed files with 36 additions and 3 deletions
|
@ -28,6 +28,11 @@
|
|||
'ENABLE_OSR',
|
||||
],
|
||||
}], # enable_osr==1
|
||||
['enable_run_as_node', {
|
||||
'defines': [
|
||||
'ENABLE_RUN_AS_NODE',
|
||||
],
|
||||
}], # enable_run_as_node
|
||||
],
|
||||
},
|
||||
'targets': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue