]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
settings: Eliminate performance warning
authorTobias Brunner <tobias@strongswan.org>
Thu, 15 May 2014 09:53:03 +0000 (11:53 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 15 May 2014 10:03:07 +0000 (12:03 +0200)
This was useful during development, but we accept that matching \n together
with %option yylineno impacts performance.

src/libstrongswan/settings/settings_lexer.l

index a680e71f4d1d14422edbf918e38af51d3dd059d6..d9af1531d62a251aeafc6ef43883f54db4ea3ec7 100644 (file)
@@ -24,8 +24,6 @@ static void include_files(parser_helper_t *ctx);
 
 %}
 %option debug
-%option perf-report
-
 %option warn
 
 /* use start conditions stack */