From 6f6a25a30aaf84353ea9c0d0643c6b6a9edf7649 Mon Sep 17 00:00:00 2001 From: waddlaw Date: Sat, 18 Jan 2020 19:41:01 +0900 Subject: [PATCH] Disable optimization --- haskell-stack-trace-plugin.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell-stack-trace-plugin.cabal b/haskell-stack-trace-plugin.cabal index a790f67..dabd1be 100644 --- a/haskell-stack-trace-plugin.cabal +++ b/haskell-stack-trace-plugin.cabal @@ -49,7 +49,7 @@ library -- -Wincomplete-record-updates else - ghc-options: -O2 -Wall + ghc-options: -Wall test-suite test import: common-opts @@ -68,7 +68,7 @@ test-suite test ghc-options: -Wall -Werror else - ghc-options: -O2 -Wall + ghc-options: -Wall executable example import: common-opts