1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Enable strict data, in case it ever matters.

This commit is contained in:
Rob Rix 2019-11-01 11:35:07 -04:00
parent 2541955634
commit 3f69e09314
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -33,6 +33,7 @@ echo "-optP$root/dist-newstyle/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.
cabal exec -v0 bash -- -c 'cat $GHC_ENVIRONMENT' | grep -v '^--' | sed -e 's/^/-/'
echo "-XHaskell2010"
echo "-XStrictData"
echo "-Weverything"
echo "-Wno-all-missed-specialisations"