tMakefile: Add default build flags - sacc - sacc (saccomys): simple gopher client. | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 239ecedf18b5fdb0650a1b5468d2b75de2a38731 | |
parent 0e5be464cdcab2d17d9f9ab5cf75015bd18c1632 | |
Author: Quentin Rameau | |
Date: Wed, 20 Jul 2022 20:14:26 +0200 Makefile: Add default build flags Diffstat: M config.mk | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) --- | |
diff --git a/config.mk b/config.mk | |
t@@ -2,6 +2,10 @@ PREFIX = /usr/local MANDIR = $(PREFIX)/share/man/man1 +# Default build flags +CFLAGS = -Os +LDFLAGS = -s + # Version to put in the ident string VERSION = "1.06" GETVER = $$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 && \ |