Update compile

This commit is contained in:
iko 2019-12-15 15:51:11 +03:00 committed by GitHub
parent 15001a8e9e
commit 9283c83867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ if [ -f "$BUILD_DIR/Makefile" ]; then
make install
else
stack setup
stack clean
stack build --ghc-options='-O2' --copy-bins
fi