From: simonmar Date: Tue, 20 Jun 2000 16:32:20 +0000 (+0000) Subject: [project @ 2000-06-20 16:32:20 by simonmar] X-Git-Tag: Approximately_9120_patches~4161 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8933d145d067f6af583500a917c62a75ebd7ac76;p=ghc-hetmet.git [project @ 2000-06-20 16:32:20 by simonmar] fix -fno-asm-mangling flag --- diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index d065d2d..4535f29 100644 --- a/ghc/driver/Main.hs +++ b/ghc/driver/Main.hs @@ -1764,7 +1764,7 @@ opts = , ( "fvia-C" , NoArg (writeIORef hsc_lang HscC) ) - , ( "fno-asm-mangling" , NoArg (writeIORef do_asm_mangling True) ) + , ( "fno-asm-mangling" , NoArg (writeIORef do_asm_mangling False) ) , ( "fmax-simplifier-iterations", Prefix (writeIORef opt_MaxSimplifierIterations . read) )