On 2018 M01 8, Mon 10:32:22 CET Jean-Michaël Celerier wrote: > > 3) Abandon the idea to parallelize AUTOMOC/UIC > > please no ! moc is a huge bottleneck in my builds (to the point that using > verdigris <https://github.com/woboq/verdigris> instead ends up having > faster build time overall).
you could also just not use automoc and use the "manual" moc-wrapper macros. This should make the build-time overhead go away. Instead the developer has to add the header file to be moc'ed to the CMakeLists.txt (personally I consider this acceptable). Alex -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake-developers