Skip to content

Commit

Permalink
Enable stack debugging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Nov 13, 2024
1 parent eedd085 commit 3f5c893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions unison-runtime/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ flags:
default: true
arraychecks:
manual: true
default: false
default: true
stackchecks:
manual: true
default: false
default: true

when:
- condition: flag(optimized)
Expand Down
4 changes: 2 additions & 2 deletions unison-runtime/unison-runtime.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ source-repository head

flag arraychecks
manual: True
default: False
default: True

flag optimized
manual: True
default: True

flag stackchecks
manual: True
default: False
default: True

library
exposed-modules:
Expand Down

0 comments on commit 3f5c893

Please sign in to comment.