diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-03-06 14:45:13 +0100 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-03-06 14:45:13 +0100 |
| commit | 8e8293d21f83d20269309affbe79fa17c162ffb5 (patch) | |
| tree | b0c2f1d4900a151005c8cc9564bc63bf8cfaf9e1 | |
| parent | 2d239354193ed8897c897e8ef3c2b47646026c7f (diff) | |
remove native on CI
| -rw-r--r-- | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" (
|