Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
In particular: fix
make SSL=none
by enclosing the #pragma pop within the #ifndef TURBO_NO_SSL to prevent unknown pragmas warning with clang.Also: skip
ldconfig
at uninstall time (Makefile).