Make run-as-node mode optional (#11701)

This commit is contained in:
Aleš Pergl 2018-01-24 00:17:15 +01:00 committed by shelley vohr
parent 19a5ebce66
commit 868e792572
6 changed files with 36 additions and 3 deletions

View file

@ -28,6 +28,11 @@
'ENABLE_OSR',
],
}], # enable_osr==1
['enable_run_as_node', {
'defines': [
'ENABLE_RUN_AS_NODE',
],
}], # enable_run_as_node
],
},
'targets': [