Changed the default compilation mode from being just occam/Rain->C/C++ compilation to being occam/Rain->binary ("all-in-one") compilation

This commit is contained in:
Neil Brown 2007-10-09 00:41:13 +00:00
parent 0bab7f1728
commit c9da8942d5

View File

@ -84,7 +84,7 @@ instance Show (A.Structured -> A.Structured) where
emptyState :: CompState
emptyState = CompState {
csMode = ModeCompile,
csMode = ModeFull,
csBackend = BackendC,
csFrontend = FrontendOccam,
csVerboseLevel = 0,