]> git.sesse.net Git - stockfish/commitdiff
Makefile: added 'make strip' target
authorMarco Costalba <mcostalba@gmail.com>
Sat, 8 Aug 2009 16:37:13 +0000 (17:37 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 8 Aug 2009 16:37:13 +0000 (17:37 +0100)
Binaries are always built with symbol table in to easy
debugging and profiling.

It is now possible to run:

make strip

To remove symbol table from the compiled binary. This
could be useful to prepare the release version.

Patch by Heinz van Saanen.

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

No differences found