Bug fixes
This commit is contained in:
21
.vscode/tasks.json
vendored
21
.vscode/tasks.json
vendored
@@ -43,6 +43,27 @@
|
||||
"problemMatcher": [],
|
||||
"detail": "Build Release with debug info"
|
||||
},
|
||||
{
|
||||
"label": "Configure: Release",
|
||||
"type": "shell",
|
||||
"command": "./scripts/build_script configure -b release",
|
||||
"group": {
|
||||
"isDefault": false
|
||||
},
|
||||
"problemMatcher": [],
|
||||
"detail": "Configure Release"
|
||||
},
|
||||
{
|
||||
"label": "Build: Release",
|
||||
"type": "shell",
|
||||
"command": "./scripts/build_script build -b release",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": [],
|
||||
"detail": "Build Release"
|
||||
},
|
||||
{
|
||||
"label": "Clean: Debug",
|
||||
"type": "shell",
|
||||
|
||||
Reference in New Issue
Block a user