mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-15 17:29:16 +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