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