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

Making C++ header files results in uncleaned .gch files #2541

Open
InfoTeddy opened this issue Oct 2, 2021 · 0 comments
Open

Making C++ header files results in uncleaned .gch files #2541

InfoTeddy opened this issue Oct 2, 2021 · 0 comments

Comments

@InfoTeddy
Copy link

This has been an issue when making .c and .cpp files before (see #314, #1268). Since then, it looks like -fsyntax-only was used (wherever possible) to prevent these files from being created. However, directly opening a header file and making it still results in .gch files being made.

#1268 (comment) suggests using -o /dev/null, but doing that makes the maker no longer work. In particular, glaring syntax errors in header files (like forgetting a semicolon) pass the maker just fine.

I am using the GCC maker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant