From b2e236d639f7809983a4edd0918121e54015a0f8 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 15 Aug 2020 16:28:27 -0400 Subject: remove support for GCC stack protector --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a479b5b4..c7495ef9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ AR=ar ARFLAGS=rU -BASE_CFLAGS=-g -Wall -Wextra -Werror -nostdinc -fno-builtin -Iinclude -Isrc +BASE_CFLAGS=-g -Wall -Wextra -Werror -nostdinc -fno-builtin -fno-stack-protector -Iinclude -Isrc OBJDIR=obj SRCDIR=src -- cgit v1.2.1