Avoid gpu modules while building
Hi,
I have installed opencv master branch in fedora x64 machine and it is working fine.
I am looking into Python bindings development. So I am not installing CUDA, Java etc. So when I make changes in code for Python, to test it is working, I rebuild it. And I feel like it is taking a lot of time. (A couple of minutes multiplied several times is a lot of time). I have already switched off the examples, performance tests etc.
I saw a lot of folders related gpu development. Since I am not using them, can I "switch it off" while building, so that it saves some time? If so how? And what else I can do to reduce the building time.