From 9b2fe27e03ae1962305f9032823e9984b2cf503c Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Mon, 31 Jul 2023 00:07:46 -0500 Subject: got rid of vim --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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}" . -- cgit v1.2.3