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 --- .gitignore | 3 ++- .vscode/tasks.json | 2 +- main.pdb | Bin 3895296 -> 0 bytes 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 main.pdb diff --git a/.gitignore b/.gitignore index adb36c8..60e5a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.exe \ No newline at end of file +*.exe +*.pdb \ No newline at end of file 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. diff --git a/main.pdb b/main.pdb deleted file mode 100644 index b9532a8..0000000 Binary files a/main.pdb and /dev/null differ -- cgit v1.2.1