From 3c15f48358ffd67aa53d02489594c949964f24f5 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 6 Jan 2012 22:49:04 +1000 Subject: Flex performance tweaks, and other options. --- LuaSL/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/build.sh') diff --git a/LuaSL/build.sh b/LuaSL/build.sh index 2573073..b118f5a 100755 --- a/LuaSL/build.sh +++ b/LuaSL/build.sh @@ -74,7 +74,7 @@ $command names="LuaSL_LSL_tree LuaSL_lexer LuaSL_yaccer.tab" LFLAGS="-d" -command="flex -dbpv --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l" +command="flex -C --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l" echo $command $command -- cgit v1.1