diff options
| author | Jeanne-Kamikaze <jeannekamikaze@gmail.com> | 2013-03-01 22:48:00 +0100 |
|---|---|---|
| committer | Jeanne-Kamikaze <jeannekamikaze@gmail.com> | 2013-03-01 22:48:00 +0100 |
| commit | 112570a798e7ab3824bd0618ec0577ecfd3ab586 (patch) | |
| tree | 546fc07c770793a024f57475996001ad42682e1f | |
| parent | a3f96d481addd0865164cbb349d62e61971a0007 (diff) | |
Added ghc prof options
| -rw-r--r-- | Spear.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Spear.cabal b/Spear.cabal index 316c1eb..514bed9 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
| @@ -54,5 +54,6 @@ library | |||
| 54 | include-dirs: Spear/Assets/Image Spear/Assets/Model Spear/Render | 54 | include-dirs: Spear/Assets/Image Spear/Assets/Model Spear/Render |
| 55 | Spear/Sys | 55 | Spear/Sys |
| 56 | hs-source-dirs: . | 56 | hs-source-dirs: . |
| 57 | ghc-options: -O2 -rtsopts | 57 | ghc-options: -O2 |
| 58 | ghc-prof-options: -rtsopts -fprof-auto -fprof-cafs | ||
| 58 | 59 | ||
