Fix release builds

This commit is contained in:
2020-04-27 16:23:44 +02:00
parent ed4ff15f96
commit 2e28b0d00f
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ ecabal update
if [ "${OS}" = "LINUX" ] ; then
ecabal build -w ghc-${GHC_VERSION} -fcurl --ghc-options='-split-sections -optl-static'
elif [ "${OS}" = "FREEBSD" ] ; then
ecabal build -w ghc-${GHC_VERSION} -fcurl --ghc-options='-split-sections'
else
ecabal build -w ghc-${GHC_VERSION} -fcurl
fi