From 6ec747105bfa8d52aca77bc577268f1944b19585 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 25 Nov 2014 12:22:35 +0100 Subject: started adding stack shmashing protection --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3469bce..6806c1b 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,8 @@ CC=i686-foolos-gcc ############ compiler flags ############ CFLAGS= -CFLAGS=-w +CFLAGS+=-fstack-protector-all +CFLAGS+=-w CFLAGS+=-ffreestanding CFLATS+=-Wall CFLAGS+=-Wextra -- cgit v1.2.3