We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdb908 commit 78d0b42Copy full SHA for 78d0b42
build.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-gcc "$1" -o app-test -lpthread -I /usr/include/postgresql -lpq
+gcc "$1" -o app-test -I /usr/include/postgresql -lpq
4
5
0 commit comments