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:
parent
2541955634
commit
3f69e09314
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user