From 69631ff66e5afa6993037b60e2db4348a2f7b718 Mon Sep 17 00:00:00 2001 From: Rory Bradford Date: Sun, 2 Aug 2020 12:32:14 +0100 Subject: Various minor improvements Signed-off-by: Rory Bradford --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f499b2d..14a80e9 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ VERSION = 0.0.5 OBJS = rf.o ignore.o PREFIX = /usr/local CC = cc -CFLAGS = -std=c99 -O2 \ - -Wpedantic -Wall \ +CFLAGS = -std=c99 -pedantic -O2 \ + -Wall -Wextra -Wsign-compare \ -fstack-protector-strong -fpie \ -D_FORTIFY_SOURCE=2 \ -DVERSION='"$(VERSION)"' \ -- cgit 1.4.1-2-gfad0