1 Like
If this is an improvement over the allyourcodebase/lz4 version, I bet they’d love a patch if you’re willing
1 Like
Oh, I wasn’t aware of that. Yes, it can build a shared library as well (I don’t know if addLibrary does that by default) and allows compiling without libc. On the other hand, I missed an option to generate position-independent code.
1 Like
It looks like it can do either static or shared, but not both (confusingly named linkage
).
Thanks!
1 Like