Hello,
I have a working OCCT installation, and I would like to make the build as small as possible to reduce compilation time. Currently, I have two modules disabled (-DBUILD_MODULE_Draw=FALSE, -DBUILD_MODULE_DETools=FALSE) because I lack requirements and don't need their functionality anyway.
My first question is: are modules the only way to make the build smaller, or are there other things that can be deactivated through CMake to achieve a smaller build? I am aware of these options; are there more?
Hello, there are available to disable nothing more on normal way. For now CMake has no so target specification. Needs to update some code directly.
In 7.7 or lower you can disable Application framework module and visualization. On 7.8 it is not possible. On 7.9 this option will return, but it will be later.