aboutsummaryrefslogtreecommitdiff
path: root/Spear.cabal
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-11-17 14:13:31 -0800
committer3gg <3gg@shellblade.net>2024-11-17 14:13:31 -0800
commit838f8e4d3398b7c3742b18f89875828986977e1f (patch)
tree5ee3b3153828bb06c9694437d315f3681b5a6c47 /Spear.cabal
parent0c3aec903c2fa0fbb9db5c04a29f7e1f8529ae77 (diff)
Minor cleanup.
Diffstat (limited to 'Spear.cabal')
-rw-r--r--Spear.cabal6
1 files changed, 2 insertions, 4 deletions
diff --git a/Spear.cabal b/Spear.cabal
index 97f9324..8ccc628 100644
--- a/Spear.cabal
+++ b/Spear.cabal
@@ -91,8 +91,6 @@ library
91 91
92 build-tools: hsc2hs -any 92 build-tools: hsc2hs -any
93 93
94 cc-options: -O2 -g -Wno-unused-result
95
96 c-sources: 94 c-sources:
97 Spear/Assets/Image/Image.c 95 Spear/Assets/Image/Image.c
98 Spear/Assets/Image/BMP/BMP_load.c 96 Spear/Assets/Image/BMP/BMP_load.c
@@ -128,8 +126,8 @@ library
128 126
129 hs-source-dirs: . 127 hs-source-dirs: .
130 128
131 ghc-options: -O2 -g 129 cc-options: -O2 -g -Wno-unused-result
132 130 ghc-options: -O2 -g
133 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs 131 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs
134 132
135executable pong 133executable pong