Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove CFLAGS hard set. - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 8c16e613e8c3eea49d51a01a0009258f9e1caafa
parent 08ff73b18394277a0d1de1f83174035b0ef6c0ad
Author: Christoph Lohmann <[email protected]>
Date: Sun, 7 Jun 2020 19:10:37 +0200
Remove CFLAGS hard set.
Diffstat:
M Makefile | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
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}
You are viewing proxied material from bitreich.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.