From 30e5032ade49885ee6b963f915fe692ec53cf513 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 21 Feb 2016 14:11:46 -0800 Subject: [PATCH] Use lower optimization to speed up regular dev builds --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index 37cc16c1c..e88e4a6de 100644 --- a/stack.yaml +++ b/stack.yaml @@ -5,7 +5,7 @@ extra-deps: - Ranged-sets-0.3.0 - packdeps-0.4.2.1 ghc-options: - postgrest: -O2 -Werror -Wall -fwarn-monomorphism-restriction -fwarn-missing-exported-sigs -fwarn-identities + postgrest: -O1 -Werror -Wall -fwarn-monomorphism-restriction -fwarn-missing-exported-sigs -fwarn-identities packages: - '.'