From c9da8942d58b1682cefc991eeca21287dc816e95 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 9 Oct 2007 00:41:13 +0000 Subject: [PATCH] Changed the default compilation mode from being just occam/Rain->C/C++ compilation to being occam/Rain->binary ("all-in-one") compilation --- common/CompState.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/CompState.hs b/common/CompState.hs index a9cd109..b71bcf9 100644 --- a/common/CompState.hs +++ b/common/CompState.hs @@ -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,