openwrt-packages/net/xray-core
Jeffery To 8a6def501a
treewide: 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>
2021-09-02 05:31:15 +08:00
..
files xray-core: bump geodata to latest version 2021-06-04 20:48:51 +08:00
patches xray-core: fix build under go 1.17 2021-08-26 22:34:12 +08:00
Makefile treewide: Remove GO_PKG_LDFLAGS for stripping binaries 2021-09-02 05:31:15 +08:00
test.sh xray-core: add the test script for action checking 2021-02-13 12:20:22 +08:00