Remove CFLAGS hard set. - geomyidae - A small C-based gopherd.
(HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8c16e613e8c3eea49d51a01a0009258f9e1caafa
(DIR) parent 08ff73b18394277a0d1de1f83174035b0ef6c0ad
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 7 Jun 2020 19:10:37 +0200
Remove CFLAGS hard set.
Diffstat:
M Makefile | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -9,7 +9,6 @@ PREFIX = /usr/local
BINDIR = ${PREFIX}/sbin
MANDIR = ${PREFIX}/share/man/man8
-CFLAGS = -O2 -Wall
GEOM_CFLAGS = -D_DEFAULT_SOURCE -I. -I/usr/include ${CFLAGS}
GEOM_LDFLAGS = -L/usr/lib -L. -ltls ${LDFLAGS}