From ae90f69c9fe6f21f698305232b453fcfbd3fdb02 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Wed, 14 Aug 2024 19:59:13 -0700 Subject: Include debug symbols. --- Spear.cabal | 6 ++++-- 1 file 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 hs-source-dirs: . - ghc-options: -O2 + ghc-options: -O2 -g - ghc-prof-options: -O2 -fprof-auto -fprof-cafs + ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs executable pong hs-source-dirs: Demos/Pong main-is: Main.hs other-modules: Pong build-depends: base, Spear, OpenGL + ghc-options: -O2 -g + ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs -- cgit v1.2.3