diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |