]> git.sesse.net Git - stockfish/commit
Fix makefile: 32 bit builds without optimization.
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 15 Feb 2017 05:11:44 +0000 (21:11 -0800)
committerJoona Kiiski <joona@zoox.com>
Wed, 15 Feb 2017 05:11:44 +0000 (21:11 -0800)
commit1e814e0ca01458c1084862087af0374b043b5cd8
tree668b49a57657782301166806ba700788d7d016f4
parente0d91f4c44c10c1f46ef95234ce15e9123866fe1
Fix makefile: 32 bit builds without optimization.

Fixes failing build for

make ARCH=x86-32 clean && make ARCH=x86-32 optimize=no build

by passing -m32 also to the link step.

Extend travis testing accordingly.

No functional change.

Closes #999
.travis.yml
src/Makefile