summary refs log tree commit diff
path: root/main.sh
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-01 16:33:45 +0200
committerRory& <root@rory.gay>2025-07-01 16:33:45 +0200
commit380f5d5b60999be8edb766dc6016662497639f13 (patch)
tree1803ddf58a31c4c1ca6782581dae82898e0cc977 /main.sh
parentVarious changes (diff)
downloadBlockScrapersC-master.tar.xz
Bugfixes HEAD master
Diffstat (limited to 'main.sh')
-rwxr-xr-xmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.sh b/main.sh

index efdcf2a..61853c6 100755 --- a/main.sh +++ b/main.sh
@@ -1,6 +1,6 @@ #! /usr/bin/env sh ./build_patterns.sh -gcc -O0 -ggdb -std=c23 -pie -fPIE -fsanitize=address main.c || exit 1 +gcc -O0 -ggdb -std=c23 -pie -fPIE main.c || exit 1 #sudo valgrind --leak-check=full -s ./a.out rsync -raPz *.c *.txt a.out rory.gay: