summary refs log tree commit diff
path: root/main.sh
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-07-11 08:09:59 +0200
committerRory& <root@rory.gay>2026-07-11 08:09:59 +0200
commit6cdaee3e6acf3e09f18d98a868031bf5226ea6be (patch)
tree55d1c700357a5e55ac91a1d2bc456b448745b86b /main.sh
parentBugfixes (diff)
downloadBlockScrapersC-6cdaee3e6acf3e09f18d98a868031bf5226ea6be.tar.xz
Old changes
Diffstat (limited to 'main.sh')
-rwxr-xr-xmain.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.sh b/main.sh

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