From 3ecfd2ecdc127ebda529acec5e2b7473cb4a1399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 27 Apr 2022 15:44:21 +0200 Subject: oh, look, security issues RIP --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3