]> git.sesse.net Git - stockfish/commitdiff
Workaround optimization bug in gcc
authorMarco Costalba <mcostalba@gmail.com>
Sat, 26 Dec 2009 18:24:42 +0000 (19:24 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 26 Dec 2009 18:39:13 +0000 (19:39 +0100)
Unfortunatly we need to slow down to -O1 to be sure
it works always.

Note that sometime it works also with -O2 or even -O3,
but user has to try himself.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found