build: Don't strip generated binaries
commit1898c5396e8e2d36386716cac2d5971ce4a4d8b0
authorTobias Klauser <tklauser@distanz.ch>
Wed, 19 Aug 2015 15:30:03 +0000 (19 17:30 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 19 Aug 2015 15:30:03 +0000 (19 17:30 +0200)
tree7a84d3f76dcb0e106380dc6fb2d5e1ce37bd663f
parentb775d0bff25efa0c2ba01f54cfb5bccbad3b99f3
build: Don't strip generated binaries

Except for some minor saving in disk space, stripping the binaries
doesn't bring any benefits and it might prevent us from getting usable
debugging information even from binaries build with DEBUG not set. Most
distributions will strip the binaries as part of their packaging process
anyhow.

If someone really wants stripped binaries as a result of the netsniff-ng
build, they could still add '-s' to CFLAGS or call strip manually.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Cmds
Makefile
configure