-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-106656: Remove --emit-line-directives from regen-cases #106657
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
Conversation
If you prefer to see #line directives in generated_cases.c.h, run `make regen-cases -l`. But please don't commit the result.
I plan to merge this later today, after fixing the merge conflict. |
(A side effect will also be fewer merge conflicts on the generated files.) |
|
|
If you prefer to see #line directives in generated_cases.c.h, run
make regen-cases CASESFLAG=-l
. But please don't commit the result.