Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: Add default build flags - sacc - sacc - sacc(omys), simple console go…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit 239ecedf18b5fdb0650a1b5468d2b75de2a38731
parent 0e5be464cdcab2d17d9f9ab5cf75015bd18c1632
Author: Quentin Rameau <[email protected]>
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
@@ -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 && \
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.