OpenCV Precompiled Headers (Feature #2781)
Description
At least on Windows, building precompiled headers leads to a shockingly large build directory, 2+ GB depending on the compiler. Perhaps ENABLE_PRECOMPILED_HEADERS should be OFF by default? I can't speak for anyone else, but the slower build time is worth the tradeoff as I don't have to build OpenCV from scratch very often.
Associated revisions
Merge pull request #2781 from ilya-lavrenov:tapi_meanstddev
History
Updated by Josh Klontz about 12 years ago
Correction I looks like BUILD_TESTS and BUILD_PERF_TESTS are also equally culpable. This probably invalidates the ticket as I suspect people would prefer to keep these options ON by default?
Updated by Vadim Pisarevsky about 12 years ago
first of all, changing the default value of an existing option should qualify as feature request, not bug. And then I do not think we will do it, since those few users who bother (we never got such complain ever before) can easily change the option.
- Assignee set to Vadim Pisarevsky
- Category set to build/install
- Tracker changed from Bug to Feature
- Status changed from Open to Cancelled