diff options
-rw-r--r-- | Spear.cabal | 6 |
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 | ||
135 | executable pong | 133 | executable pong |