diff options
author | 3gg <3gg@shellblade.net> | 2024-08-14 19:59:13 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-08-14 19:59:13 -0700 |
commit | ae90f69c9fe6f21f698305232b453fcfbd3fdb02 (patch) | |
tree | 79408e5363cc312e3829a2d37ec97be9305a8a9b /Spear.cabal | |
parent | d0ea9cd023b7eebbee082501d8af1a1ec9af2081 (diff) |
Include debug symbols.
Diffstat (limited to 'Spear.cabal')
-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 | ||