diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 15:08:14 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 15:08:14 +0000 |
| commit | 94563a66e46e8474a495f1174ba5e1b78ed56b53 (patch) | |
| tree | 85fa5d3fd63889a857e7f2e51b21d2ad0070205e /.vscode | |
| parent | cb0056e5d7679994a002478470b2694921cd5da1 (diff) | |
| download | teachos-94563a66e46e8474a495f1174ba5e1b78ed56b53.tar.xz teachos-94563a66e46e8474a495f1174ba5e1b78ed56b53.zip | |
ide: adjust available boot targets
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/tasks.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 29529a3..fabf8e3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -45,8 +45,7 @@ "description": "The build type to boot", "options": [ "Debug", - "Release", - "RelWithDebInfo" + "MinSizeRel" ] } ] |
