concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.35k stars 312 forks source link

Add '--disable-static' for disabeling static lib compilation #163

Closed ConiKost closed 3 years ago

ConiKost commented 3 years ago

Adding a new option '--disable-static' which makes it possible to compile ck without a static lib. In Gentoo, we wan't to give the people the choice, if they want to build a static variant or not.

Signed-off-by: Conrad Kostecki conrad@kostecki.com

cognet commented 3 years ago

That seems reasonable, merged as well !

ConiKost commented 3 years ago

Yay, thanks :-)