File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 14201420 " runtime_precompiled"
14211421 ]
14221422 },
1423+ {
1424+ "name" : " build dart debug arm64" ,
1425+ "script" : " tools/build.py" ,
1426+ "arguments" : [
1427+ " --mode=debug" ,
1428+ " --arch=arm64" ,
1429+ " --no-clang" ,
1430+ " runtime" ,
1431+ " runtime_precompiled"
1432+ ]
1433+ },
14231434 {
14241435 "name" : " build dart debug riscv64" ,
14251436 "script" : " tools/build.py" ,
14531464 " runtime_precompiled"
14541465 ]
14551466 },
1467+ {
1468+ "name" : " build dart release arm64" ,
1469+ "script" : " tools/build.py" ,
1470+ "arguments" : [
1471+ " --mode=release" ,
1472+ " --arch=arm64" ,
1473+ " --no-clang" ,
1474+ " runtime" ,
1475+ " runtime_precompiled"
1476+ ]
1477+ },
14561478 {
14571479 "name" : " build dart release riscv64" ,
14581480 "script" : " tools/build.py" ,
You can’t perform that action at this time.
0 commit comments