diff options
author | San Jacobs | 2023-01-12 09:07:49 +0100 |
---|---|---|
committer | San Jacobs | 2023-01-12 09:07:49 +0100 |
commit | 6a19a7cd9bf4dac79d0375442c8f43500a7179b9 (patch) | |
tree | e2eeb4cdb1a9293ac22381817ebd2316f9a6a464 /.vscode | |
parent | 6d0197d73345aa300523f1b2a2683cd1080b4548 (diff) | |
download | odin-frogger-6a19a7cd9bf4dac79d0375442c8f43500a7179b9.tar.gz odin-frogger-6a19a7cd9bf4dac79d0375442c8f43500a7179b9.tar.bz2 odin-frogger-6a19a7cd9bf4dac79d0375442c8f43500a7179b9.zip |
Release mode compilation
Diffstat (limited to '.vscode')
-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. |