mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-30 02:13:36 +03:00
adjust compiler optimization options
Ignore-this: c8f0131117c6c6b5b39892a3967eeceb darcs-hash:20100114051647-f0a0d-bcd3148f3e59c7b321043a2539c0a21090f6b466.gz
This commit is contained in:
parent
90557770ac
commit
9ade7f7101
@ -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.
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user