]> git.sesse.net Git - stockfish/commit
Update Makefile for Mac OS X compilation
authorStéphane Nicolet <cassio@free.fr>
Mon, 2 Mar 2015 21:01:19 +0000 (22:01 +0100)
committerJoona Kiiski <joona.kiiski@gmail.com>
Thu, 5 Mar 2015 04:18:59 +0000 (04:18 +0000)
commit6fa6da3ee13d2b7bdbec3cd24ff8ca43233c74fb
treef44295d1179a42425b3785d51de553cbbe0674b5
parentcb2111f0b62afec5fd977e1dd4ca5843bd006956
Update Makefile for Mac OS X compilation

This change in the Makefile restores the possibility to compile
Stockfish on Mac OS X 10.9 and 10.10 after the C++11 has been merged.

To use the default (fastest) settings, compile with:

make build ARCH=x86-64-modern

To test the clang settings, compile with

make build ARCH=x86-64-modern COMP=clang

Beware that the clang settings may provide a slightly slower (6%)
executable.

No functional change

Resolves #275
src/Makefile