mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-11 23:29:24 +00:00
Added stack guard
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user