packages/net/nextdns
Jeffery To 4d7544d1b3 nextdns: Remove GO_PKG_LDFLAGS for stripping binaries
The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the
binaries it produces. Since the default Go package build process will
strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected,
these flags are unnecessary.

When CONFIG_NO_STRIP is selected, these flags override the user's
intention of building unstripped packages.

This removes these flags for all relevant packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2022-11-17 11:52:13 +08:00
..
files packages: sync to new packages 2020-07-08 14:18:52 +08:00
Makefile nextdns: Remove GO_PKG_LDFLAGS for stripping binaries 2022-11-17 11:52:13 +08:00