From f5bb4730f4815e26fe136502b4db6e21a4eb0710 Mon Sep 17 00:00:00 2001 From: Kevin Sjöberg Date: Sat, 3 Sep 2022 20:52:25 +0200 Subject: Replace -opt with -o flag `-opt` has been deprecated and will be removed next release. Use `-o:minimal`, etc. --- odinfmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odinfmt.sh b/odinfmt.sh index b853af0..53c9d80 100755 --- a/odinfmt.sh +++ b/odinfmt.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -odin build tools/odinfmt/main.odin -file -show-timings -collection:shared=src -out:odinfmt -opt:2 \ No newline at end of file +odin build tools/odinfmt/main.odin -file -show-timings -collection:shared=src -out:odinfmt -o:speed -- cgit v1.2.3