2
// See https://go.microsoft.com/fwlink/?LinkId=733558
3
// for the documentation about the tasks.json format
7
"label": "Update compilation database (compile_commands.json)",
13
"cwd": "{{WORKSPACE_ROOT}}"
15
"command": "{{MAKE}} CONF_NAME={{CONF_NAME}} compile-commands",
19
"label": "Make 'hotspot'",
25
"cwd": "{{WORKSPACE_ROOT}}"
27
"command": "{{MAKE}} CONF_NAME={{CONF_NAME}} hotspot",
28
"problemMatcher": ["$gcc"]
31
"label": "Make 'exploded-image'",
37
"cwd": "{{WORKSPACE_ROOT}}"
39
"command": "{{MAKE}} CONF_NAME={{CONF_NAME}} exploded-image",
40
"problemMatcher": ["$gcc"]
43
"label": "Make 'jdk'",
49
"cwd": "{{WORKSPACE_ROOT}}"
51
"command": "{{MAKE}} CONF_NAME={{CONF_NAME}} jdk",
52
"problemMatcher": ["$gcc"]