You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do realize that @mrkajetanp did introduce precompiled headers to reduce memory usage on my request in #131137, but looks like we missed a major problem with them: they hide missing includes, so now buildbots remain green when a code with missing includes is committed, but the end user builds without PCH fail.
Perhaps we should disable PCH on (some of the) buildbots via -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON to catch issues.