diff options
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 16477da..0c5f7d2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "build", "type": "shell", - "command": "odin run .\\main.odin -file -strict-style -debug", + "command": "odin run .\\main.odin -file -strict-style -debug -o:speed", "group": "build", "presentation": { // Reveal the output only if unrecognized errors occur. |