mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
Remove -Wextra which is unsupported on old gcc.
This commit is contained in:
parent
cdec339f11
commit
2f9a9cf0b0
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ SRCS = $(sort $(wildcard src/*.c))
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
LOBJS = src/core.o src/libproxychains.o
|
||||
|
||||
CCFLAGS = -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -DTHREAD_SAFE -Werror -Wextra
|
||||
CCFLAGS = -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -DTHREAD_SAFE -Werror
|
||||
LDFLAGS = -shared -fPIC -ldl -lpthread
|
||||
INC =
|
||||
PIC = -fPIC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user