aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 12:54:48 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 12:54:48 +0100
commit6a1923f36ffef608e99dfc217e83f10d2741a909 (patch)
treeffb18a2acd1b37f54e817f4ca91fac7b057cd0db /config.mk
parentUpdate e-mail (diff)
downloadxtest-6a1923f36ffef608e99dfc217e83f10d2741a909.tar.gz
xtest-6a1923f36ffef608e99dfc217e83f10d2741a909.tar.bz2
xtest-6a1923f36ffef608e99dfc217e83f10d2741a909.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 21f9f6f..5c4b041 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,8 @@
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
-CFLAGS = -std=c99 -Wall -pedantic -O2
+CC = c99
+
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE
+CFLAGS =
LDFLAGS = -s