X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fperformance-thread%2Fpthread_shim%2FMakefile;h=86ac657c466ba63aad1bf1117b1ba31f430f01df;hb=7d47868c26c0059a7c9efb26c0afd80af4c1e01c;hp=9cf32e3d772ecab6552fbec701e3cbbe17e38b3e;hpb=433ba6228f9a77a9b5f4561258930a46d096b3c4;p=dpdk.git diff --git a/examples/performance-thread/pthread_shim/Makefile b/examples/performance-thread/pthread_shim/Makefile index 9cf32e3d77..86ac657c46 100644 --- a/examples/performance-thread/pthread_shim/Makefile +++ b/examples/performance-thread/pthread_shim/Makefile @@ -46,7 +46,7 @@ SRCS-y := main.c pthread_shim.c INCLUDES := -I$(RTE_SDK)/$(RTE_TARGET)/include -I$(SRCDIR) include $(RTE_SDK)/examples/performance-thread/common/common.mk -CFLAGS= -g -O3 $(USER_FLAGS) $(INCLUDES) +CFLAGS += -g -O3 $(USER_FLAGS) $(INCLUDES) CFLAGS += $(WERROR_FLAGS) LDFLAGS += -lpthread