Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Bug] USE_PCH=OFF not working #2711

Open
Stoabrogga opened this issue Aug 3, 2024 · 0 comments
Open

🐛 [Bug] USE_PCH=OFF not working #2711

Stoabrogga opened this issue Aug 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Stoabrogga
Copy link
Contributor

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

@Stoabrogga Stoabrogga added the bug Something isn't working label Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant