summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:18:15 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:18:15 +0100
commit9a3a3c4e9db5800667ed160b8d0eac90a1761352 (patch)
treecdb3a72d784333a79627a75d27545d9043fe3721
parentUpdate e-mail (diff)
downloadbff-9a3a3c4e9db5800667ed160b8d0eac90a1761352.tar.gz
bff-9a3a3c4e9db5800667ed160b8d0eac90a1761352.tar.bz2
bff-9a3a3c4e9db5800667ed160b8d0eac90a1761352.tar.xz
improve config.mkHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 4cafaa4..3977a14 100644
--- a/config.mk
+++ b/config.mk
@@ -5,6 +5,8 @@ VERSION = 1.0
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
-CFLAGS = -std=c99 -Wall -pedantic -O2
+CC = c99
+
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
+CFLAGS = -O2
LDFLAGS = -s