enable aslr

This commit is contained in:
Isaac0-dev 2025-02-13 22:57:29 +10:00
parent b1b5b93dcc
commit 2745f932b1

View file

@ -1005,6 +1005,9 @@ ifeq ($(IS_DEV_OR_DEBUG),0)
endif
endif
# Enable ASLR
CFLAGS += -fPIE
# Prevent a crash with -sopt
export LANG := C