Statically link and build everything in VS Code.
This commit is contained in:
parent
2a86751df9
commit
fd05019f94
1 changed files with 9 additions and 3 deletions
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
@ -16,12 +16,18 @@
|
||||||
"build",
|
"build",
|
||||||
"-o",
|
"-o",
|
||||||
"build/",
|
"build/",
|
||||||
"./cmd/joyful",
|
"./..."
|
||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true,
|
"isDefault": true
|
||||||
},
|
},
|
||||||
},
|
"options": {
|
||||||
|
"env": {
|
||||||
|
"CGO_ENABLED": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
|
}
|
||||||
],
|
],
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue