aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:56:09 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:56:09 +0100
commitb630bb2e32ca92750eeae568bf80bf9e1f659279 (patch)
tree18c40de1eb556332bd5a16e3391b2757e367d093 /config.mk
parentUpdate e-mail (diff)
downloadread-quickly-b630bb2e32ca92750eeae568bf80bf9e1f659279.tar.gz
read-quickly-b630bb2e32ca92750eeae568bf80bf9e1f659279.tar.bz2
read-quickly-b630bb2e32ca92750eeae568bf80bf9e1f659279.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index bc56b5c..4a538a4 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,8 @@
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
+CC = c99
+
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
-CFLAGS = -std=c99 -O2 -Wall
+CFLAGS =
LDFLAGS = -s