]> git.droids-corp.org - dpdk.git/blobdiff - app/test/Makefile
app/testpmd: fix incorrect port number check
[dpdk.git] / app / test / Makefile
index 89fac6dc7156ccbce12aebfaf9ff4a10abfd8bd2..9f0262c53f9baf8e9aa36fe755dde156e90163ad 100644 (file)
@@ -150,6 +150,12 @@ CFLAGS_test_kni.o += -Wno-deprecated-declarations
 endif
 CFLAGS += -D_GNU_SOURCE
 
+# Disable VTA for memcpy test
+ifeq ($(CC), gcc)
+CFLAGS_test_memcpy.o += -fno-var-tracking-assignments
+CFLAGS_test_memcpy_perf.o += -fno-var-tracking-assignments
+endif
+
 # this application needs libraries first
 DEPDIRS-y += lib