From: Maria Matejka Date: Fri, 22 Feb 2019 11:41:51 +0000 (+0100) Subject: Conf: Switch for faster (and slightly bigger) lexer X-Git-Tag: v2.0.4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c36eb3e8bd7d06f65dc7319d42b6abe782c5b89;p=thirdparty%2Fbird.git Conf: Switch for faster (and slightly bigger) lexer --- diff --git a/conf/Makefile b/conf/Makefile index 39628bffb..984624b40 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -23,7 +23,7 @@ $(o)cf-parse.tab.c: $(o)cf-parse.y $(BISON) $(BISON_DEBUG) $(BISONFLAGS) -dv -pcf_ -b $(@:.tab.c=) $< $(o)cf-lex.c: $(s)cf-lex.l - $(FLEX) $(FLEX_DEBUG) -s -B -8 -Pcf_ -o$@ $< + $(FLEX) $(FLEX_DEBUG) -f -s -B -8 -Pcf_ -o$@ $< $(o)cf-lex.o: $(o)cf-parse.tab.h $(o)keywords.h $(o)cf-lex.o: CFLAGS+=-Wno-sign-compare -Wno-unused-function