added support for dynamic_scripting to bash scripts

This commit is contained in:
Spencer Alger
2014-05-22 08:55:23 -07:00
parent c1f1f40194
commit a3d718d6d9
2 changed files with 16 additions and 10 deletions

View File

@ -55,9 +55,11 @@ utils.branches.forEach(function (branch) {
case '0.90':
args.push('-f');
break;
case 'master':
case '1.2':
case '1.x':
case '1.0':
case '1.1':
// no special treatment
break;
default:
args.push('-Des.node.bench=true', '-Des.script.disable_dynamic=false');
break;
}