mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-12-22 04:08:47 +00:00
Revert "Makefile: suppress pedantic warnings in user CFLAGS"
This reverts commit 6ae959e051
.
It appears as if -pedantic is special in that there is no option
to disable it.
This commit is contained in:
parent
cb70ab5f8f
commit
cd4ced1d52
2
Makefile
2
Makefile
@ -45,7 +45,7 @@ ALL_CONFIGS = src/proxychains.conf
|
|||||||
|
|
||||||
-include config.mak
|
-include config.mak
|
||||||
|
|
||||||
CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS) -Wno-pedantic
|
CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS)
|
||||||
CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"$(LDSO_PATHNAME)\"
|
CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"$(LDSO_PATHNAME)\"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user