1
0

Making executable purely static by removing dependency from cstdlib.

This commit is contained in:
Alexander Andreev 2022-06-13 22:31:47 +04:00
parent f8f7294c0d
commit 9e4ac0816f
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -5,7 +5,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
SYSDDIR=${SYSDDIR_:/%=%}
DESTDIR=/
LDFLAGS=-ldflags "-s -w"
LDFLAGS=-ldflags "-s -w" -tags osusergo,netgo
all: ${TARGET}