Disable optimization

This commit is contained in:
waddlaw 2020-01-18 19:41:01 +09:00
parent c463da52b3
commit 6f6a25a30a

View File

@ -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