mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
enable aslr
This commit is contained in:
parent
b1b5b93dcc
commit
2745f932b1
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue