1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
Stéphane Nicolet 8fcaa78a04 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.

Backported from master.

No functional change

Resolves #275
2015-03-07 08:39:21 +01:00
..
syzygy Compute checkers from scratch 2015-02-16 09:34:26 +08:00
benchmark.cpp Don't assume the type of Time::point 2015-02-24 14:08:14 +01:00
bitbase.cpp Additional work in bitbases 2015-01-24 09:29:35 +01:00
bitboard.cpp Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitboard.h Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Rearrange Endgames 2015-01-21 17:35:53 +01:00
endgame.h Fix a MSVC warning at W4 2015-01-25 09:36:05 +01:00
evaluate.cpp Sync with master 2015-02-28 20:22:28 +01:00
evaluate.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
main.cpp Add syzygy support 2015-01-18 08:27:46 +01:00
Makefile Update Makefile for Mac OS X compilation 2015-03-07 08:39:21 +01:00
material.cpp Sync with master 2015-02-07 10:32:28 +01:00
material.h Import C++11 branch 2015-01-18 08:00:50 +01:00
misc.cpp Don't assume the type of Time::point 2015-02-24 14:08:14 +01:00
misc.h Don't assume the type of Time::point 2015-02-24 14:08:14 +01:00
movegen.cpp Use move assignment in movegen.h 2015-02-01 16:42:31 +01:00
movegen.h Allow to assign a Move to an ExtMove 2015-02-01 13:31:49 +01:00
movepick.cpp Revert "Delayed killers checking" 2015-02-15 11:32:53 +01:00
movepick.h Use C++11 loops in MovePicker 2015-01-31 20:02:08 +01:00
pawns.cpp Sync with master 2015-02-28 20:22:28 +01:00
pawns.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
position.cpp Compute checkers from scratch 2015-02-16 09:34:26 +08:00
position.h Compute checkers from scratch 2015-02-16 09:34:26 +08:00
psqtab.h Update copyright year 2015-01-10 11:46:28 +01:00
search.cpp Rename available_to() 2015-03-01 12:33:05 +01:00
search.h Don't assume the type of Time::point 2015-02-24 14:08:14 +01:00
thread.cpp Rename available_to() 2015-03-01 12:33:05 +01:00
thread.h Re-enable spinlocks 2015-03-07 08:38:26 +01:00
timeman.cpp Update copyright year 2015-01-10 11:46:28 +01:00
timeman.h Update copyright year 2015-01-10 11:46:28 +01:00
tt.cpp Sync with master 2015-01-31 13:05:51 +01:00
tt.h Sync with master 2015-01-31 13:05:51 +01:00
types.h Re-enable spinlocks 2015-03-07 08:38:26 +01:00
uci.cpp Retire one do_move() overload 2015-02-15 12:23:03 +01:00
uci.h Move uci_pv under UCI namespace 2015-01-31 12:18:24 +01:00
ucioption.cpp Implicit conversion from ExtMove to Move 2015-01-31 19:22:07 +01:00