Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: option to build tcvm without skia
This feature ables to build TCVM without Skia. By default, this option is ON. Without Skia, is possible to generate a very little final libtcvm (~3MB on Linux). It's also now possible to test the VM on OpenBSD. Usage - Disable Skia: cmake <source_dir> -DUSE_SKIA=OFF
- Loading branch information