Update Makefile
This commit is contained in:
parent
9fa2956065
commit
87c354addf
3
Makefile
3
Makefile
|
|
@ -7,7 +7,8 @@ LIBS = -L $(WINDIVERTLIBS) -lWinDivert -lws2_32
|
||||||
CC = $(CPREFIX)-gcc
|
CC = $(CPREFIX)-gcc
|
||||||
CCWINDRES = $(CPREFIX)-windres
|
CCWINDRES = $(CPREFIX)-windres
|
||||||
CFLAGS = -Wall -I $(WINDIVERTHEADERS) -L $(WINDIVERTLIBS) \
|
CFLAGS = -Wall -I $(WINDIVERTHEADERS) -L $(WINDIVERTLIBS) \
|
||||||
-O2 -fPIE -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
|
-O2 -pie -fPIE -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
|
||||||
|
LDFLAGS = -pie
|
||||||
|
|
||||||
.PHONY: default all clean
|
.PHONY: default all clean
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue