diff options
author | Marvin Borner | 2023-06-02 23:50:39 +0200 |
---|---|---|
committer | Marvin Borner | 2023-06-02 23:50:39 +0200 |
commit | 869b979abca7fd4f96a9ed5a1158a8e5af92c1f1 (patch) | |
tree | 2bbafa3bf2a9d32004347abcebb39db936a968b2 /package.yaml | |
parent | 9186091f3d5ef244118d13921d21747f33c94bb3 (diff) |
Updated builders
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 |