diff options
author | Marvin Borner | 2023-09-11 21:51:40 +0200 |
---|---|---|
committer | Marvin Borner | 2023-09-11 21:51:40 +0200 |
commit | 4f8619571a4ec823b020baf9bc11f76fb706897e (patch) | |
tree | 4895c595b04dd23988f548f58766937503e31917 /package.yaml | |
parent | 56a8b80899626e419aaeba2441f4a704ce06e265 (diff) |
Parallel bruteforcer
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 |