about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
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/