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 5ea0704..c216c24 100644 --- a/package.yaml +++ b/package.yaml @@ -21,6 +21,7 @@ description: Please see the README on GitHub at <https://github.com/gith dependencies: - base >= 4.7 && < 5 - containers +- async ghc-options: - -Wall @@ -44,6 +45,8 @@ executables: - -threaded - -rtsopts - -with-rtsopts=-N + - -O3 + - -fllvm dependencies: - birb |