We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gcc pack more than six sequent empty line into one line with using of # directive like this one:
before: \r \r \r \r \r \r void foo(){} after: # 6 "filename.ext" void foo(){}
https://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html
this is dramatically decrease size of output file
The text was updated successfully, but these errors were encountered:
Very good idea, and somewhat artfully chosen. #line directives were a pain in the [....] and I'll spend a bit more time on this.
Sorry, something went wrong.
No branches or pull requests
gcc pack more than six sequent empty line into one line with using of # directive
like this one:
https://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html
this is dramatically decrease size of output file
The text was updated successfully, but these errors were encountered: