break/continue working
This commit is contained in:
2
build.sh
2
build.sh
@@ -22,6 +22,6 @@ nasm -g -felf64 src/runtime/runtime.asm -o out/runtime.o
|
||||
qbe out/out.qbe > out/out.s
|
||||
gcc -c -g out/out.s -o out/out.o
|
||||
|
||||
gcc -no-pie -nostartfiles -o out/program out/gc.o out/runtime.o out/out.o
|
||||
gcc -nostartfiles -o out/program out/gc.o out/runtime.o out/out.o
|
||||
|
||||
echo "done..."
|
||||
|
||||
Reference in New Issue
Block a user