From: sof Date: Fri, 25 Jul 1997 21:31:21 +0000 (+0000) Subject: [project @ 1997-07-25 21:31:21 by sof] X-Git-Tag: Approximately_1000_patches_recorded~237 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9a3d7f916dd34767138f62cb5e6d7da9a9031a0a;p=ghc-hetmet.git [project @ 1997-07-25 21:31:21 by sof] Moved -Onot option to Makefile --- diff --git a/ghc/lib/ghc/UnsafeST.lhs b/ghc/lib/ghc/UnsafeST.lhs index f4aa268..4a9c705 100644 --- a/ghc/lib/ghc/UnsafeST.lhs +++ b/ghc/lib/ghc/UnsafeST.lhs @@ -9,7 +9,7 @@ It turns out that exposing these inlininings can lead to unsound transformations such as generating a MutVar only once rather than once each call to unsafePerformIO. \begin{code} -{-# OPTIONS -fno-implicit-prelude -Onot #-} +{-# OPTIONS -fno-implicit-prelude #-} \end{code}