Skip to content
Snippets Groups Projects
Commit 40a5aa75 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Remove -Wno-unknown-warning-option, which is not needed anymore.

parent fbce0d3b
No related branches found
No related tags found
No related merge requests found
packetdrill-ext-libs := -lpcap
CFLAGS = -D__APPLE_USE_RFC_3542 -Wall -Werror -Wno-unknown-warning-option
CFLAGS = -D__APPLE_USE_RFC_3542 -Wall -Werror
LDFLAGS =
ifneq ("$(wildcard /usr/lib/libsctp.dylib)","")
packetdrill-ext-libs += -lsctp
......
ARCH != uname -p
packetdrill-ext-libs := -lprocstat -lutil -lkvm -lelf -lpthread -lpcap
CFLAGS = -Wall -Werror
.if ${ARCH} != "powerpc" && ${ARCH} != "powerpc64"
CFLAGS += -Wno-unknown-warning-option
.endif
.include "Makefile.common"
packetdrill-ext-libs := -lpthread -lrt -ldl -lsctp -static
CFLAGS = -Wall -Werror -Wno-unknown-warning-option
CFLAGS = -Wall -Werror
include Makefile.common
packetdrill-ext-libs := -lpthread -lpcap
CFLAGS = -Wall -Werror -Wno-unknown-warning-option
CFLAGS = -Wall -Werror
.include "Makefile.common"
packetdrill-ext-libs := -lpthread -lpcap
CFLAGS = -Wall -Werror -Wno-unknown-warning-option
CFLAGS = -Wall -Werror
.include "Makefile.common"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment