mirror of
https://github.com/PHJArea217/socket-enhancer
synced 2025-12-08 09:25:12 +02:00
Enable relro/now
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,2 +1,8 @@
|
||||
all: socket-enhancer
|
||||
|
||||
socket-enhancer: socket-enhancer.c
|
||||
gcc -shared -fstack-protector-strong -o socket-enhancer socket-enhancer.c -fPIC -ldl -Wall -Wextra
|
||||
gcc -shared -fstack-protector-strong -o socket-enhancer socket-enhancer.c -fPIC -ldl -Wall -Wextra -Wl,-z,relro,-z,now
|
||||
clean:
|
||||
rm -f socket-enhancer
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
Reference in New Issue
Block a user