diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2020-11-04 20:39:32 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2020-11-04 20:39:32 +0100 |
| commit | a66271230ffa3c4e3eb452d6037ffdc69b2b37c0 (patch) | |
| tree | 8de8e75c7d1033bb426e2baa5a0e699ea7a31626 | |
| parent | 877a696d876cc64fb7c17aad3725f125da58e1eb (diff) | |
typo
| -rw-r--r-- | README.txt | 3 | ||||
| -rw-r--r-- | build.bat | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,7 @@ # ols Language server for Odin +This is not ready for use! + + @@ -1,9 +1,7 @@ @echo off -odin run tests\ -show-timings -llvm-api -collection:shared=src -microarch:native -out:test - - +rem odin run tests\ -show-timings -llvm-api -collection:shared=src -microarch:native -out:test rem odin build tests\ -show-timings -collection:shared=src -microarch:native -out:test -debug |