From 8ff83bf617be0b8e1653a4c8d27672c76f1fc9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 18 May 2022 20:13:40 +0200 Subject: =?UTF-8?q?u=C4=8Dit=20se=20grem=20nem=C5=A1=C4=8Dino?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2007c1b..00ee869 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DESTDIR=/ CC = cc cflags = -O0 -Wall -I. -fpic -Wformat-security -Wextra -pedantic -g3 -ldflags = $(shell pkg-config --libs sqlite3) -lmicrohttpd # -lintl +ldflags = $(shell pkg-config --libs sqlite3) -lmicrohttpd -lmd # -lintl PROJ = prijave # cflags and ldflags are used so that users specifying CFLAGS and LDFLAGS do not override my flags # += is not used, because gcc usually accepts last option, for example -O0 -O2 will use -O2 -- cgit v1.2.3