Makefile: Add default build flags - sacc - sacc(omys), simple console gopher client
HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR LICENSE
---
DIR commit 239ecedf18b5fdb0650a1b5468d2b75de2a38731
DIR parent 0e5be464cdcab2d17d9f9ab5cf75015bd18c1632
HTML Author: Quentin Rameau <quinq@fifth.space>
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(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -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 && \