From: trevor_hansen Date: Fri, 21 May 2010 18:23:07 +0000 (+0000) Subject: Use the flex options recommended by its manual. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=a4c0eaeb917186f67622f0a6d06d232279ffb1f3;p=francis%2Fstp.git Use the flex options recommended by its manual. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@776 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/parser/Makefile b/src/parser/Makefile index f68807f..5dff810 100644 --- a/src/parser/Makefile +++ b/src/parser/Makefile @@ -1,7 +1,8 @@ TOP = ../.. include $(TOP)/scripts/Makefile.common -LEX=flex +#`From the flex manual>: -Cfe' is often a good compromise between speed and size for production scanners. +LEX=flex -Cfe YACC=bison -d -y --debug -v SRCS = lexCVC.cpp parseCVC.cpp parseSMT.cpp lexSMT.cpp LetMgr.cpp parse2SMT.cpp lex2SMT.cpp