app/test: disable variable tracking assignment for memcpy
authorZhihong Wang <zhihong.wang@intel.com>
Thu, 29 Jan 2015 02:38:44 +0000 (10:38 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 25 Feb 2015 10:18:17 +0000 (11:18 +0100)
commit74adbc5ef704137d233f6015c8cabc5d838ccce1
tree7e92c7fab30f332f8a66a08697ba19669809055a
parent7085f6c738c38c9c0b5b03e2e66c55c610263c12
app/test: disable variable tracking assignment for memcpy

VTA is for debugging only, it increases compile time and binary size,
especially when there're a lot of inlines.
So disable it since memcpy test contains a lot of inline calls.

Signed-off-by: Zhihong Wang <zhihong.wang@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/Makefile