tStrip resulting binary. - git-restrict - simple utility for git repo permission management
HTML git clone https://git.parazyd.org/git-restrict
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit aa924e31a8f7510531a8852043fefba7fd2d67e8
DIR parent 4b058c56969092d43b32d96c9187204f1c93ab6d
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 31 Mar 2021 11:15:52 +0200
Strip resulting binary.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -7,7 +7,7 @@ MANPREFIX = ${PREFIX}/share/man
# Use system flags
GR_CFLAGS = $(CFLAGS) -Wall -Werror -pedantic -std=c99
GR_CPPFLAGS = $(CPPFLAGS) -D_GNU_SOURCE
-GR_LDFLAGS = $(LDFLAGS) -static
+GR_LDFLAGS = $(LDFLAGS) -static -s
BIN = git-restrict
MAN = $(BIN).1