From aa3e5561665e6ef0e4082c63bed9664340460d1b Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sat, 27 Apr 2024 18:18:42 +0200 Subject: Prepped for newer odin version --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index ec24455..d011748 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,2 @@ main: - odin run src/ -debug -out:main.out + odin run src/ -debug -o:speed -out:main.out -- cgit v1.2.1