Skip to content

Commit

Permalink
Merge branch 'master' into maxsat2015
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Aug 5, 2015
2 parents e4545a0 + 7bf0a38 commit 06da1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_bdist_maxsat_evaluation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cabal sandbox init
cabal update
cabal install --only-dependencies
#cabal configure --disable-shared --ghc-options="-static -optl-static -optl-pthread"
cabal configure -fLinuxStatic
cabal configure -fLinuxStatic -fForceChar8
cabal build

PKG=toysat-maxsat`date +%Y`-`date +%Y%m%d`-`git rev-parse --short HEAD`
Expand Down
2 changes: 1 addition & 1 deletion build_bdist_pb_evaluation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cabal sandbox init
cabal update
cabal install --only-dependencies
#cabal configure --disable-shared --ghc-options="-static -optl-static -optl-pthread"
cabal configure -fLinuxStatic
cabal configure -fLinuxStatic -fForceChar8
cabal build

PKG=toysat-pb`date +%Y`-`date +%Y%m%d`-`git rev-parse --short HEAD`
Expand Down

0 comments on commit 06da1bc

Please sign in to comment.