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 tried to turn off precompiled headers because I'm using ccache, but this leads to hundreds of compilation errors. The cause of this is the inclusion of "scriptPCH.h" in numerous core scripts. Precompiled headers should not be included anywhere because they are hiding the actual dependencies. Their sole purpose is to be used as a tool to reduce compilation time, which can be turned off if not needed.
I tried to turn off precompiled headers because I'm using ccache, but this leads to hundreds of compilation errors. The cause of this is the inclusion of "scriptPCH.h" in numerous core scripts. Precompiled headers should not be included anywhere because they are hiding the actual dependencies. Their sole purpose is to be used as a tool to reduce compilation time, which can be turned off if not needed.
Commit: 98a8943
The text was updated successfully, but these errors were encountered: