diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-12-25 19:23:15 +0100 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-12-25 19:23:15 +0100 |
| commit | 69b191eafab43af24492613d9e1ec7c1306c6a6f (patch) | |
| tree | b61f6894d096c687ed99a25294dcbf472bede1a4 /build.bat | |
| parent | b4ea7916527ee5acfbbd141ccb7ff90ebac7266c (diff) | |
change build file to not include extension
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ if "%1" == "CI" ( 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
) else (
- odin.exe build src\ -show-timings -microarch:native -collection:shared=src -out:ols -opt:2
+ odin build src\ -show-timings -microarch:native -collection:shared=src -out:ols -opt:2
)
\ No newline at end of file |