diff --git a/Makefile b/Makefile index 70696a69f..c40330eb2 100644 --- a/Makefile +++ b/Makefile @@ -1005,6 +1005,9 @@ ifeq ($(IS_DEV_OR_DEBUG),0) endif endif +# Enable ASLR +CFLAGS += -fPIE + # Prevent a crash with -sopt export LANG := C