diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2020-11-03 13:54:13 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2020-11-03 13:54:13 +0100 |
| commit | 61692cd57e39a89824cd27f1bf7e610df26f25d1 (patch) | |
| tree | 9801905c2be1ef91295a43186b7b555cfbfdd626 /build.bat | |
hello there
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..6dd3267 --- /dev/null +++ b/build.bat @@ -0,0 +1,8 @@ +@echo off + +odin run tests\ -llvm-api -show-timings -microarch:native -collection:shared=src -out:ols + + +odin build src\ -llvm-api -show-timings -microarch:native -collection:shared=src -out:ols + + |