Modules support for open3d

Hello,

I need help to install only required functionalities of open3d.
I have a size contraint of less than 100 MB.

I mainly use point cloud processing algorithms and interested in surface mesh creation from point clouds.

I want to disable the build of modules like visualization and IO.
I disabled the flag BUILD_GUI for visualization.
What are the other flags that I can use to make a minimal build as per my requirement?

I am using Release build and building a shared libray(libOpen3D.so), whoes size is around 190MB on Debian 10, can I further reduce it, such that I can attain < 100MB.