From 6a19a7cd9bf4dac79d0375442c8f43500a7179b9 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Thu, 12 Jan 2023 09:07:49 +0100 Subject: Release mode compilation --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') 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. -- cgit v1.2.1