From ab8d8b26603cbac6e83e742a712b22d6eed550d4 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 2 Feb 2023 13:34:29 +0100 Subject: Add -pedantic parameter and remove -fPIC --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d154e4..f342347 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,7 @@ OBJ = ${SRC:.c=.o} LIBNAME = liblog -#CFLAGS = -O2 -pipe -Wall -Werror --std=c89 -ansi -pedantic -fPIC -CFLAGS = -O2 -pipe --std=c89 -ansi -pedantic -fPIC +CFLAGS = -O2 -pipe -Wall -Werror --std=c89 -ansi -pedantic LDFLAGS = ${LIBNAME:=.so}: ${OBJ} -- cgit v1.2.3