adjust compiler optimization options

Ignore-this: c8f0131117c6c6b5b39892a3967eeceb

darcs-hash:20100114051647-f0a0d-bcd3148f3e59c7b321043a2539c0a21090f6b466.gz
This commit is contained in:
coreyoconnor 2010-01-13 21:16:47 -08:00
parent 90557770ac
commit 9ade7f7101
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE NoMonomorphismRestriction #-} {-# LANGUAGE NoMonomorphismRestriction #-}
{-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE NamedFieldPuns #-}
{-# OPTIONS_GHC -funbox-strict-fields -O #-} {-# OPTIONS_GHC -funbox-strict-fields #-}
{- Evaluates the paramaterized terminfo string capability with the given parameters. {- Evaluates the paramaterized terminfo string capability with the given parameters.
- -
- todo: This can be greatly simplified. - todo: This can be greatly simplified.

View File

@ -97,6 +97,6 @@ Extra-Source-Files: test/Makefile
cbits/set_term_timing.c cbits/set_term_timing.c
cbits/gwinsz.h cbits/gwinsz.h
ghc-options: -funbox-strict-fields -Wall -fno-full-laziness -fspec-constr ghc-options: -O2 -funbox-strict-fields -Wall -fno-full-laziness -fspec-constr
ghc-prof-options: -funbox-strict-fields -caf-all -Wall -fno-full-laziness -fspec-constr ghc-prof-options: -O2 -funbox-strict-fields -caf-all -Wall -fno-full-laziness -fspec-constr