Added stack guard

This commit is contained in:
Alex
2022-11-28 08:21:24 +02:00
parent 414662b24a
commit bc92258a5f
2 changed files with 38 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ CFLAGS := \
ifeq ($(OSARCH), amd64)
CFLAGS += -fPIC -march=x86-64
CFLAGS += -fPIC -march=x86-64 -fstack-protector-all -fstack-clash-protection
else ifeq ($(OSARCH), i686)