about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-12 01:49:02 +0000
committerEric Wong <normalperson@yhbt.net>2012-02-12 01:49:02 +0000
commitd86ac8bb6d8f880499e2b31474758ea2d775990f (patch)
tree7ad0300a1534526100bf3c1759e9daf9277e9352
parent74abd2ca99fa0972e86c04e4931c08160b01c017 (diff)
downloadcmogstored-d86ac8bb6d8f880499e2b31474758ea2d775990f.tar.gz
This seems to make code generation much faster for
http_parser.rl (without modifying its output).
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 080bdf3..53ef7dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,7 +75,7 @@ mog_src += warn.c
 
 LDADD = $(LIBINTL) $(top_builddir)/lib/libgnu.a
 
-RLFLAGS = -G2
+RLFLAGS = -G2 -e
 RAGEL = ragel
 RL_MAIN = cfg_parser.rl iostat_parser.rl listen_parser.rl mgmt_parser.rl \
           valid_path.rl http_parser.rl chunk_parser.rl