aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2022-03-06 14:45:13 +0100
committerDaniel Gavin <danielgavin5@hotmail.com>2022-03-06 14:45:13 +0100
commit8e8293d21f83d20269309affbe79fa17c162ffb5 (patch)
treeb0c2f1d4900a151005c8cc9564bc63bf8cfaf9e1
parent2d239354193ed8897c897e8ef3c2b47646026c7f (diff)
remove native on CI
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
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" (