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 --- userspace/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace/Makefile') diff --git a/userspace/Makefile b/userspace/Makefile index 63310bf..6c6d711 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -1,6 +1,7 @@ CC=i686-foolos-gcc CFLAGS= +#CFLAGS+=-fstack-protector-all CFLAGS+=-I.. CFLAGS+=-w CFLAGS+=-std=gnu11 -- cgit v1.2.3