mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 20:44:37 +03:00
* Added more cmake options to control features to be built * Added a detection whether to link to libpthread (if not part of libc) * Added a detection whether to link to librt (if not part of libc) * Removed pure virtual functions as this collides with -nostdlib * As a result the support for ASMJIT_NO_STDCXX has improved