From 9a3d7f916dd34767138f62cb5e6d7da9a9031a0a Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 25 Jul 1997 21:31:21 +0000 Subject: [PATCH] [project @ 1997-07-25 21:31:21 by sof] Moved -Onot option to Makefile --- ghc/lib/ghc/UnsafeST.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.7.10.4