Everything working.

This commit is contained in:
2025-07-30 05:11:49 +02:00
parent fd6b651af7
commit b4884196e1
14 changed files with 1979 additions and 152 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
make:
gcc main.c wren.c -lcurl -lm -lpthread -o wren
gcc main.c wren.c -g -O0 -fsanitize=address -lcurl -lm -lpthread -lsqlite3 -o wren
make3: