dpdk: remove unnecesary CFLAGS modification

Change-Id: Ie9945462d529fea6f237a521138ade76bd02e0d9
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2017-03-08 22:16:00 +01:00
committed by Florin Coras
parent 17a75cb272
commit 145bb0f2a6

View File

@ -16,10 +16,6 @@ vppplugins_LTLIBRARIES += dpdk_plugin.la
dpdk_plugin_la_LDFLAGS = $(AM_LDFLAGS) -Wl,--whole-archive,-l:libdpdk.a,--no-whole-archive,-lm,-ldl
# due to internal compiler error in GCC when compiling dpdk/device/node.c
# debug sysmbols level reduced to 1. See GCC PR #79953 for details
CFLAGS += -g1
dpdk_plugin_la_SOURCES = \
dpdk/main.c \
dpdk/buffer.c \