SashaXser
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Makefile
|
@ -12,7 +12,7 @@ TARGET = goodbyedpi.exe |
|
|
LIBS = -L$(WINDIVERTLIBS) -lWinDivert -lws2_32 -l:libssp.a |
|
|
LIBS = -L$(WINDIVERTLIBS) -lWinDivert -lws2_32 -l:libssp.a |
|
|
CC = $(CPREFIX)gcc |
|
|
CC = $(CPREFIX)gcc |
|
|
CCWINDRES = $(CPREFIX)windres |
|
|
CCWINDRES = $(CPREFIX)windres |
|
|
CFLAGS = -std=c99 -pie -fPIE -pipe -I$(WINDIVERTHEADERS) -L$(WINDIVERTLIBS) \
|
|
|
CFLAGS = -std=c++23 -pie -fPIE -pipe -I$(WINDIVERTHEADERS) -L$(WINDIVERTLIBS) \
|
|
|
-O2 -D_FORTIFY_SOURCE=2 -fstack-protector \
|
|
|
-O2 -D_FORTIFY_SOURCE=2 -fstack-protector \
|
|
|
-Wall -Wextra -Wpedantic -Wformat=2 -Wformat-overflow=2 -Wformat-truncation=2 \
|
|
|
-Wall -Wextra -Wpedantic -Wformat=2 -Wformat-overflow=2 -Wformat-truncation=2 \
|
|
|
-Wformat-security -Wno-format-nonliteral -Wshadow -Wstrict-aliasing=1 \
|
|
|
-Wformat-security -Wno-format-nonliteral -Wshadow -Wstrict-aliasing=1 \
|
|
|