aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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