diff options
Diffstat (limited to 'build-data/platforms/vpp.mk')
-rw-r--r-- | build-data/platforms/vpp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index 0217fb7d342..ffafe861294 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk @@ -20,7 +20,7 @@ ifeq ($(TARGET_PLATFORM),thunderx) vpp_dpdk_target = arm64-thunderx-linuxapp-gcc endif -vpp_root_packages = vpp vom japi +vpp_root_packages = vpp vom vpp_debug_TAG_CFLAGS = -g -O0 -DCLIB_DEBUG -DFORTIFY_SOURCE=2 \ -fstack-protector-all -fPIC -Werror |