代码调整
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
all:
|
all:
|
||||||
gcc -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson
|
gcc -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson -lpthread
|
||||||
debug:
|
debug:
|
||||||
gcc -g -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson
|
gcc -g -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson -lpthread
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *.so *.o -rf
|
rm *.so *.o -rf
|
||||||
|
|||||||
Reference in New Issue
Block a user