saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
672 stars 74 forks source link

how to create only .a library #85

Closed xiaodingding closed 4 years ago

xiaodingding commented 4 years ago

we only run Embedded Linux,we just need .a library, .so library we don‘t need。

saprykin commented 4 years ago

If you set PLIBSYS_BUILD_STATIC to ON, it should create static library as well, .so you can just ignore