diff options
| -rw-r--r-- | Spear.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Spear.cabal b/Spear.cabal index b044ae2..c327cf9 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
| @@ -129,12 +129,14 @@ library | |||
| 129 | 129 | ||
| 130 | hs-source-dirs: . | 130 | hs-source-dirs: . |
| 131 | 131 | ||
| 132 | ghc-options: -O2 | 132 | ghc-options: -O2 -g |
| 133 | 133 | ||
| 134 | ghc-prof-options: -O2 -fprof-auto -fprof-cafs | 134 | ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs |
| 135 | 135 | ||
| 136 | executable pong | 136 | executable pong |
| 137 | hs-source-dirs: Demos/Pong | 137 | hs-source-dirs: Demos/Pong |
| 138 | main-is: Main.hs | 138 | main-is: Main.hs |
| 139 | other-modules: Pong | 139 | other-modules: Pong |
| 140 | build-depends: base, Spear, OpenGL | 140 | build-depends: base, Spear, OpenGL |
| 141 | ghc-options: -O2 -g | ||
| 142 | ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs | ||
