]> git.sesse.net Git - stockfish/commit
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)
commit4a777954e1ede2057bba90219e8dd406f1f7f681
tree334bb16a951c724a57929bbf7d901da16763cde8
parent54382f8b0765693c7aa5714c94d7d21dc41f1fc4
Makefile: added 'make strip' target

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>
src/Makefile