From 40ffdae01c377493a6f4ef3e8408bc0c1f9d71ff Mon Sep 17 00:00:00 2001 From: Rory Bradford Date: Wed, 30 Jun 2021 17:19:28 +0100 Subject: Fix CFLAGS Signed-off-by: Rory Bradford --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7287b64..a0505b3 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,8 @@ BIN = rf VERSION = 0.0.5 OBJS = rf.o ignore.o config.o include/common/strl.o PREFIX = /usr/local -CC = cc INCLUDE += -Iinclude/common -CFLAGS = -std=c99 -pedantic -O2 \ +CFLAGS := -std=c99 -pedantic -O2 \ -Wall -Wextra -Wsign-compare \ -fstack-protector-strong -fpie \ -D_FORTIFY_SOURCE=2 \ -- cgit 1.4.1-2-gfad0