settings: Eliminate performance warning
This was useful during development, but we accept that matching \n together with %option yylineno impacts performance.
This commit is contained in:
@@ -24,8 +24,6 @@ static void include_files(parser_helper_t *ctx);
|
|||||||
|
|
||||||
%}
|
%}
|
||||||
%option debug
|
%option debug
|
||||||
%option perf-report
|
|
||||||
|
|
||||||
%option warn
|
%option warn
|
||||||
|
|
||||||
/* use start conditions stack */
|
/* use start conditions stack */
|
||||||
|
|||||||
Reference in New Issue
Block a user