From 6bcf03432042d256262f7359fb7a02098b1da3e3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 21 Mar 2005 13:57:28 +0000 Subject: [PATCH] [project @ 2005-03-21 13:57:28 by simonmar] Update the -fno-cse flags --- ghc/compiler/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index fde3a7c..49890d1 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -550,13 +550,11 @@ utils/FastMutInt_HC_OPTS += -O compMan/CompManager_HC_OPTS = -fno-cse ghci/InteractiveUI_HC_OPTS = -fno-cse main/CmdLineOpts_HC_OPTS = -fno-cse -main/DriverFlags_HC_OPTS = -fno-cse main/DriverMkDepend_HC_OPTS = -fno-cse main/DriverPipeline_HC_OPTS = -fno-cse -main/DriverState_HC_OPTS = -fno-cse -main/DriverUtil_HC_OPTS = -fno-cse main/Finder_HC_OPTS = -fno-cse main/SysTools_HC_OPTS = -fno-cse +main/StaticFlags_HC_OPTS = -fno-cse # The #include is vital for the via-C route, else the C # compiler doesn't realise that the stcall foreign imports are indeed -- 1.7.10.4