aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-07-20 19:21:40 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-07-20 19:27:31 -0400
commite8085aebbfa737be16cb66f81f8c3fef4856d55f (patch)
treeb360e5588688f52aee465942b6d5dec22e94df1b /build.sh
parentc51cafecd6a64698a537b015103f42fd672d7cd9 (diff)
Run nightly release with version information
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 7b83cf3..5700fdc 100755
--- a/build.sh
+++ b/build.sh
@@ -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 $@