Comment out -fexpose-all-unfoldings while profiling

This commit is contained in:
John Wiegley 2018-04-10 09:02:59 -07:00
parent 49d73fa767
commit 81c63a98d5
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 59b163436955fe71d606be041b46cadfa36f494fb45ea40526c82b5dae8cafc8
-- hash: a04e016a0554c9de3805c58f0b26edabe808e45ef387e065f8aa44c803af866e
name: hnix
version: 0.5.0
@ -58,7 +58,7 @@ library
Paths_hnix
hs-source-dirs:
src
ghc-options: -Wall -fexpose-all-unfoldings
ghc-options: -Wall
build-depends:
aeson
, ansi-wl-pprint
@ -101,7 +101,7 @@ executable hnix
Paths_hnix
hs-source-dirs:
main
ghc-options: -Wall -fexpose-all-unfoldings
ghc-options: -Wall
build-depends:
ansi-wl-pprint
, base >=4.9 && <5
@ -131,7 +131,7 @@ test-suite hnix-tests
Paths_hnix
hs-source-dirs:
tests
ghc-options: -Wall -fexpose-all-unfoldings
ghc-options: -Wall
build-depends:
Glob
, ansi-wl-pprint
@ -165,7 +165,7 @@ benchmark hnix-benchmarks
Paths_hnix
hs-source-dirs:
benchmarks
ghc-options: -Wall -fexpose-all-unfoldings
ghc-options: -Wall
build-depends:
ansi-wl-pprint
, base >=4.9 && <5

View file

@ -29,7 +29,7 @@ dependencies:
ghc-options:
- -Wall
- -fexpose-all-unfoldings
# - -fexpose-all-unfoldings
# - -O2
library: