summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-01-12 18:25:58 +0100
committerkdx <kikoodx@paranoici.org>2023-01-12 18:25:58 +0100
commit42e637b9fb461bd1df67032900df7fd6436243cb (patch)
tree7c29a10158fa37d29356a9b3e5812a23d8b2a241 /build.sh
parentd1c29717fcff974e51d8a6bd83851a1607f3ffd9 (diff)
downloadcite-scrapper-42e637b9fb461bd1df67032900df7fd6436243cb.tar.gz
well here we go
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d1fd2d4..983c5fd 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-gcc -Wall -Wextra -Wno-pointer-sign $(xml2-config --cflags --libs) -o cite cite.c
+gcc -g -Wall -Wextra -Wno-pointer-sign $(xml2-config --cflags --libs) -o cite cite.c