From 8e8293d21f83d20269309affbe79fa17c162ffb5 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Sun, 6 Mar 2022 14:45:13 +0100 Subject: remove native on CI --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 26e2603..e609b73 100644 --- a/build.bat +++ b/build.bat @@ -4,7 +4,7 @@ if "%1" == "CI" ( "Odin/odin.exe" test tests -collection:shared=src -debug -opt:0 if %errorlevel% neq 0 exit 1 - "Odin/odin.exe" build src\ -show-timings -microarch:native -collection:shared=src -out:ols -opt:2 -thread-count:1 + "Odin/odin.exe" build src\ -show-timings -collection:shared=src -out:ols -opt:2 -thread-count:1 ) else if "%1" == "test" ( odin test tests -collection:shared=src -debug -opt:0 ) else if "%1" == "single_test" ( -- cgit v1.2.3