enable debugging
This commit is contained in:
parent
d5bf09919c
commit
a564eed511
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ library
|
|||
, UndecidableInstances
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
ghc-options: -Wall -debug
|
||||
-- Other library packages from which modules are imported.
|
||||
build-depends: base >=4.9 && <4.10
|
||||
, sdl2
|
||||
|
@ -118,7 +118,7 @@ executable example02
|
|||
executable example03
|
||||
hs-source-dirs: examples
|
||||
main-is: example03.hs
|
||||
ghc-options: -threaded -Wall -auto-all -caf-all -rtsopts
|
||||
ghc-options: -threaded -Wall -auto-all -caf-all -rtsopts -debug
|
||||
default-language: Haskell2010
|
||||
default-extensions: OverloadedStrings
|
||||
if flag(examples)
|
||||
|
|
Loading…
Reference in a new issue