Turned on usage checking by default

I think the Tock usage checking is now sufficiently advanced (it only rejects one or two parts of the cgtest at the moment) to turn it on by default
This commit is contained in:
Neil Brown 2009-01-28 17:34:34 +00:00
parent 6e0b56c7f6
commit 52459e7557

View File

@ -136,7 +136,7 @@ emptyState = CompState {
csBackend = BackendC,
csFrontend = FrontendOccam,
csSanityCheck = False,
csUsageChecking = False, -- For now! TODO turn this on by default
csUsageChecking = True,
csVerboseLevel = 0,
csOutputFile = "-",
csKeepTemporaries = False,