summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-19 17:57:05 +0100
committerMattias Andrée <m@maandree.se>2026-02-19 17:57:05 +0100
commit2824c6265a39e4f49ef27ab6c26539492581c96e (patch)
tree9af5b0549b4d803a44f8cc83a8cde05ace238b52 /config.mk
parentAdd dogwhistle (diff)
downloadpdatools-master.tar.gz
pdatools-master.tar.bz2
pdatools-master.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 6379f10..45403a8 100644
--- a/config.mk
+++ b/config.mk
@@ -3,8 +3,8 @@ MANPREFIX = $(PREFIX)/share/man
VIDEO_GROUP = video
-CC = cc
+CC = c99
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
-CFLAGS = -std=c99 -Wall -Wextra -Os
-LDFLAGS = -lsimple -lm -lasound -s
+CFLAGS =
+LDFLAGS = -lsimple -lterminput -lm -lasound -s