summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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}