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:
parent
6e0b56c7f6
commit
52459e7557
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user