remove strip, you can pass CFLAGS=-s if you want it stripped
commit84008477b98a5b8e004d5e5309478da5c3d6f398
authorrofl0r <retnyg@gmx.net>
Fri, 10 Feb 2012 16:03:24 +0000 (10 17:03 +0100)
committerrofl0r <retnyg@gmx.net>
Mon, 23 Dec 2013 23:49:36 +0000 (24 00:49 +0100)
tree193e55f3e243ebe4cea30f1c623bcf69b8178710
parent0d1f168a0364491d60eab76a41ab40006340e439
remove strip, you can pass CFLAGS=-s if you want it stripped
this caused that strip was always called, removing the debug info
unless BUILD_DEBUG=1 was set, which also adds some debug output.
Makefile