]> git.sesse.net Git - stockfish/commit
Compile without exceptions
authorStéphane Nicolet <cassio@free.fr>
Tue, 28 Nov 2017 15:50:31 +0000 (16:50 +0100)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Sun, 3 Dec 2017 11:30:09 +0000 (12:30 +0100)
commitccd6bad51299cf00e730b2c7db5379bd9720e27c
treeddd6c264fd5542a2527bb738627e442885f0b420
parent8a5a64eac563ff755048d40f6a5046ea4dcf0154
Compile without exceptions

Add the -fno-exceptions flag to the Makefile to avoid the unecessary exceptions support in the executable (we do not use any exception in Stockfish at the moment).

This change gives a 9.2% reduction in size for the executable binary.

Before : executable size = 376956 bytes
After: executable size = 347652 bytes

No functional change.
src/Makefile