aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:41:30 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:41:30 +0100
commit97984119a2509686f18ca6bebff75a58294069be (patch)
treea4126679a8a3d0bfbaf2481baf036609cbd292fe /config.mk
parentUpdate e-mail (diff)
downloadbinary-multisearch.h-1.0.3.tar.gz
binary-multisearch.h-1.0.3.tar.bz2
binary-multisearch.h-1.0.3.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 5ebe114..a4203aa 100644
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,7 @@
PREFIX = /usr
-CC = cc
+CC = c99
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
-CFLAGS = -std=c99 -Wall -g
+CFLAGS =
LDFLAGS =