diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 794956e..dc09b62 100644 --- a/package.yaml +++ b/package.yaml @@ -47,6 +47,9 @@ library: source-dirs: src ghc-options: - -O3 + - -optc-O3 + - -funfolding-use-threshold=16 + - -fllvm - -Wall - -Wextra - -Wincomplete-uni-patterns |