aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authornic-gaffney <gaffney_nic@protonmail.com>2023-07-31 00:07:46 -0500
committernic-gaffney <gaffney_nic@protonmail.com>2023-07-31 00:07:46 -0500
commit9b2fe27e03ae1962305f9032823e9984b2cf503c (patch)
tree0451c57881da9e1c399f8215d15db6aad301da13 /build.sh
parent60ed283bace6596405eebd5670ce195f4c4f4409 (diff)
downloadsloth-9b2fe27e03ae1962305f9032823e9984b2cf503c.tar.gz
got rid of vim
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 653604d..cbcd805 100755
--- a/build.sh
+++ b/build.sh
@@ -5,7 +5,7 @@ FILENAME="$1"
./target/debug/sloth std/extern.sloth std/stdmath.sloth std/stdio.sloth $FILENAME
# Generate binary
-clang -lm output.o std/stdio.c std/stdlib.c std/stdmath.c -o "${FILENAME%.sloth}"
+clang --verbose -lm output.o std/stdio.c std/stdlib.c std/stdmath.c -o "${FILENAME%.sloth}"
# Move file
mv "${FILENAME%.sloth}" .