From: Marco Costalba Date: Sat, 8 Aug 2009 16:37:13 +0000 (+0100) Subject: Makefile: added 'make strip' target X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4a777954e1ede2057bba90219e8dd406f1f7f681;hp=4a777954e1ede2057bba90219e8dd406f1f7f681;p=stockfish 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 ---