From: simonmar Date: Wed, 21 Feb 2001 11:36:01 +0000 (+0000) Subject: [project @ 2001-02-21 11:36:01 by simonmar] X-Git-Tag: Approximately_9120_patches~2574 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=a64ef2d03fdb823dacff7f9f7df9b92e98f67167;p=ghc-hetmet.git [project @ 2001-02-21 11:36:01 by simonmar] -O turns on -fignore-asserts. --- diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs index 42b0be1..f07872a 100644 --- a/ghc/compiler/main/DriverState.hs +++ b/ghc/compiler/main/DriverState.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverState.hs,v 1.28 2001/02/20 15:44:26 simonpj Exp $ +-- $Id: DriverState.hs,v 1.29 2001/02/21 11:36:01 simonmar Exp $ -- -- Settings for the driver -- @@ -154,6 +154,7 @@ hsc_minusNoO_flags = -- these are the static flags you get when -O is on. hsc_minusO_flags = [ + "-fignore-asserts", "-ffoldr-build-on", "-fdo-eta-reduction", "-fdo-lambda-eta-expansion",