mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +02:00
debian/rules: pass "--buildmode=pie" in GOBUILDFLAGS to install.
This commit is contained in:
parent
d33abd05f6
commit
08e7041246
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
include /usr/share/dpkg/default.mk
|
||||
|
||||
INSTALL_FLAGS := GOOS=linux
|
||||
INSTALL_FLAGS := GOOS=linux GOBUILDFLAGS="-v --buildmode=pie -ldflags=\"-v -s -w\""
|
||||
|
||||
%:
|
||||
dh $@ -P debian/pkgroot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue