aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-01-02 16:53:06 -0800
committer3gg <3gg@shellblade.net>2025-01-02 16:53:06 -0800
commit087fc8a3edc4528423ecc0db81a7aa78b0844120 (patch)
tree66a0fa9b5877216fdc821681ed410ccac2cb5709
parentc639a9002f883a182c851b2bc0ae8f79e097c75b (diff)
Remove debug symbols from standard build.
-rw-r--r--Spear.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spear.cabal b/Spear.cabal
index 0859a5c..4193931 100644
--- a/Spear.cabal
+++ b/Spear.cabal
@@ -135,8 +135,8 @@ library
135 135
136 hs-source-dirs: . 136 hs-source-dirs: .
137 137
138 cc-options: -O2 -g -Wno-unused-result 138 cc-options: -O2 -Wno-unused-result
139 ghc-options: -O2 -g 139 ghc-options: -O2
140 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs 140 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs
141 141
142executable pong 142executable pong
@@ -144,5 +144,5 @@ executable pong
144 main-is: Main.hs 144 main-is: Main.hs
145 other-modules: Pong 145 other-modules: Pong
146 build-depends: base, Spear, OpenGL 146 build-depends: base, Spear, OpenGL
147 ghc-options: -O2 -g 147 ghc-options: -O2
148 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs 148 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs