From ed95d5b5e4720f19b960dc31c86ce3d32aa9243b Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Fri, 31 Jan 2025 14:14:20 -0600 Subject: fix faulty clang option --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 3c456a1..414af85 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ ifeq ($(shell uname),SunOS) CC = gcc CFLAGS += -std=gnu11 else -CFLAGS += -std=c11 -fsanitize=safe-stack -fcf-protection=[full] +CFLAGS += -std=c11 -fsanitize=safe-stack -fcf-protection=full endif INCLUDES=-Iinc/ -- cgit 1.4.1-2-gfad0