diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-20 19:21:40 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-20 19:27:31 -0400 |
| commit | e8085aebbfa737be16cb66f81f8c3fef4856d55f (patch) | |
| tree | b360e5588688f52aee465942b6d5dec22e94df1b /build.sh | |
| parent | c51cafecd6a64698a537b015103f42fd672d7cd9 (diff) | |
Run nightly release with version information
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -46,8 +46,4 @@ then exit 0 fi -version="$(git describe --tags --abbrev=7)" -version="${version%-*}:${version##*-}" -sed "s|VERSION :: .*|VERSION :: \"${version}\"|g" src/main.odin > /tmp/main.odin.build && mv -f /tmp/main.odin.build src/main.odin - odin build src/ -show-timings -collection:src=src -out:ols -microarch:native -no-bounds-check -o:speed $@ |