Makefile: remove stack-protector from CFLAGS
authorRobert Swiecki <robert@swiecki.net>
Sun, 28 May 2017 16:37:50 +0000 (18:37 +0200)
committerRobert Swiecki <robert@swiecki.net>
Sun, 28 May 2017 16:37:50 +0000 (18:37 +0200)
Makefile

index cea57d98e4f05ef92936bbd0724ba412b1419542..006d3797a97bd21d6864d8855ec5f371a3429709 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ CC ?= gcc
 
 CFLAGS += -O2 -c -std=gnu11 \
        -D_GNU_SOURCE \
-       -fstack-protector-all -Wformat -Wformat=2 -Wformat-security -fPIE \
+       -Wformat -Wformat=2 -Wformat-security -fPIE \
        -Wno-format-nonliteral \
        -Wall -Wextra -Werror \
        -Ikafel/include \