aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-06 22:49:04 +1000
committerDavid Walter Seikel2012-01-06 22:49:04 +1000
commit3c15f48358ffd67aa53d02489594c949964f24f5 (patch)
treea5d0ecbe2bb91774f28d78a8fc9054df868b2db1 /LuaSL/build.sh
parentAdded most of the expression parser. (diff)
downloadSledjHamr-3c15f48358ffd67aa53d02489594c949964f24f5.zip
SledjHamr-3c15f48358ffd67aa53d02489594c949964f24f5.tar.gz
SledjHamr-3c15f48358ffd67aa53d02489594c949964f24f5.tar.bz2
SledjHamr-3c15f48358ffd67aa53d02489594c949964f24f5.tar.xz
Flex performance tweaks, and other options.
Diffstat (limited to 'LuaSL/build.sh')
-rwxr-xr-xLuaSL/build.sh2
1 files changed, 1 insertions, 1 deletions
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
74names="LuaSL_LSL_tree LuaSL_lexer LuaSL_yaccer.tab" 74names="LuaSL_LSL_tree LuaSL_lexer LuaSL_yaccer.tab"
75 75
76LFLAGS="-d" 76LFLAGS="-d"
77command="flex -dbpv --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l" 77command="flex -C --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l"
78echo $command 78echo $command
79$command 79$command
80 80