From 2da6f0ca915666c3cdb40e78bfb4ddb3eab2c983 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 17 Aug 2020 20:59:05 +0200 Subject: [PATCH] chore: reinstate llvm --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index c704fbee4..b0f3889c3 100644 --- a/package.yaml +++ b/package.yaml @@ -242,7 +242,7 @@ when: - -fprof-auto else: ghc-options: - - -O + - -O -fllvm # The library contains all of our application code. The executable # defined below is just a thin wrapper.