From e546b61eea534ec365388c0499b88382f71e1d23 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 19 Aug 2005 08:02:39 +0000 Subject: [PATCH] [project @ 2005-08-19 08:02:39 by simonpj] Make -fno-code work again --- ghc/compiler/main/DynFlags.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/main/DynFlags.hs b/ghc/compiler/main/DynFlags.hs index b313101..c5156ee 100644 --- a/ghc/compiler/main/DynFlags.hs +++ b/ghc/compiler/main/DynFlags.hs @@ -907,6 +907,7 @@ dynamic_flags = [ ------ Compiler flags ----------------------------------------------- + , ( "fno-code", NoArg (setTarget HscNothing)) , ( "fasm", AnySuffix (\_ -> setTarget HscAsm) ) , ( "fvia-c", NoArg (setTarget HscC) ) , ( "fvia-C", NoArg (setTarget HscC) ) -- 1.7.10.4