summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-04-27 15:44:21 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-04-27 15:44:21 +0200
commit3ecfd2ecdc127ebda529acec5e2b7473cb4a1399 (patch)
tree225298a2a4046d9dac7825d6d6c9c2ce16ac7954 /Makefile
parentpackaging et cetera (diff)
downloadircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar
ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.gz
ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.bz2
ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.lz
ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.xz
ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.zst
ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26f6f02..19eccb9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DESTDIR=/
CC = cc
-cflags = -O0 -Wall -I. -Wextra -pedantic -g $(shell pkg-config --cflags libstrophe)
+cflags = -O0 -Wall -I. -Wformat-security -Wextra -pedantic -g $(shell pkg-config --cflags libstrophe)
SRCFILE = main.c
CFGFILE = ircxmpp.conf
CFGDEST = ircxmpp