From a64f4bd9fb57d5732810309e79444368f504e8b2 Mon Sep 17 00:00:00 2001 From: Jacob Mealey Date: Fri, 13 Dec 2024 15:09:51 -0500 Subject: [PATCH] cleaning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f504a502..67acb5ce 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LDLIBS += $$(curl-config --libs) CFLAGS += $$(curl-config --cflags) endif CFLAGS += -W -Wall -Wshadow -pedantic -CFLAGS += -Wconversion -Wmissing-prototypes -Wwrite-strings -Wsign-compare -Wno-sign-conversion -fno-lto +CFLAGS += -Wconversion -Wmissing-prototypes -Wwrite-strings -Wsign-compare -Wno-sign-conversion ifndef NDEBUG CFLAGS += -Werror -g endif