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:
parent
0bab7f1728
commit
c9da8942d5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user