aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSan Jacobs2023-01-12 09:07:49 +0100
committerSan Jacobs2023-01-12 09:07:49 +0100
commit6a19a7cd9bf4dac79d0375442c8f43500a7179b9 (patch)
treee2eeb4cdb1a9293ac22381817ebd2316f9a6a464
parent6d0197d73345aa300523f1b2a2683cd1080b4548 (diff)
downloadodin-frogger-6a19a7cd9bf4dac79d0375442c8f43500a7179b9.tar.gz
odin-frogger-6a19a7cd9bf4dac79d0375442c8f43500a7179b9.tar.bz2
odin-frogger-6a19a7cd9bf4dac79d0375442c8f43500a7179b9.zip
Release mode compilation
-rw-r--r--.gitignore3
-rw-r--r--.vscode/tasks.json2
-rw-r--r--main.pdbbin3895296 -> 0 bytes
3 files changed, 3 insertions, 2 deletions
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
--- a/main.pdb
+++ /dev/null
Binary files differ