1
0
Fork 0
mirror of https://gitlab.com/niansa/nosni.git synced 2025-03-06 20:53:26 +01:00

Don't link with dwarf

This commit is contained in:
niansa/tuxifan 2023-04-13 10:28:28 +02:00
parent a1b20642ee
commit b498b44976

View file

@ -1,5 +1,5 @@
libnosni.so: nss.o common.o common_cpp.o
g++ -g -fPIC -shared *.o -ldl -lcurl -lcurlpp -o libnosni.so
g++ -fPIC -shared *.o -ldl -lcurl -lcurlpp -o libnosni.so
nss.o: nss.c
gcc -c -fPIC -I /usr/include/nspr/ nss.c -o nss.o