summaryrefslogtreecommitdiff
path: root/compiler/utils/Encoding.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-10 12:48:27 +0000
committerIan Lynagh <igloo@earth.li>2008-07-10 12:48:27 +0000
commit0d792bea36420e657fb293d9f90f35d8ef96cb4f (patch)
tree5dcf00f71343dd76e6f7735e35651858f7d9c3ed /compiler/utils/Encoding.hs
parenta31cf953707dce54fc78bcffbd1773cc554dce8f (diff)
downloadhaskell-0d792bea36420e657fb293d9f90f35d8ef96cb4f.tar.gz
Move some flags from the Makefile into module pragmas
Diffstat (limited to 'compiler/utils/Encoding.hs')
-rw-r--r--compiler/utils/Encoding.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/utils/Encoding.hs b/compiler/utils/Encoding.hs
index f2659e6a9a..c790f386a4 100644
--- a/compiler/utils/Encoding.hs
+++ b/compiler/utils/Encoding.hs
@@ -1,3 +1,7 @@
+{-# OPTIONS_GHC -O #-}
+-- We always optimise this, otherwise performance of a non-optimised
+-- compiler is severely affected
+
-- -----------------------------------------------------------------------------
--
-- (c) The University of Glasgow, 1997-2006