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:
Tobias Brunner
2014-05-15 12:03:07 +02:00
parent 5b64c04046
commit c92d44f2cf
@@ -24,8 +24,6 @@ static void include_files(parser_helper_t *ctx);
%}
%option debug
%option perf-report
%option warn
/* use start conditions stack */