From 087fc8a3edc4528423ecc0db81a7aa78b0844120 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Thu, 2 Jan 2025 16:53:06 -0800 Subject: Remove debug symbols from standard build. --- Spear.cabal | 6 +++--- 1 file 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 hs-source-dirs: . - cc-options: -O2 -g -Wno-unused-result - ghc-options: -O2 -g + cc-options: -O2 -Wno-unused-result + ghc-options: -O2 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs executable pong @@ -144,5 +144,5 @@ executable pong main-is: Main.hs other-modules: Pong build-depends: base, Spear, OpenGL - ghc-options: -O2 -g + ghc-options: -O2 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs -- cgit v1.2.3