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:
parent
a1b20642ee
commit
b498b44976
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue