examples: fix build with icc 15.0.1
authorDaniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Mon, 4 Apr 2016 10:56:54 +0000 (12:56 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 4 Apr 2016 13:05:40 +0000 (15:05 +0200)
commit9cd3ddfb8212ec6fcf817ce7d8b67a336d58d66f
treeb1743ef826e1152e6dc3c502e9ddc74d963c94d1
parente34df1cfd596f32eabd647b45cd4a1dfba70bfa0
examples: fix build with icc 15.0.1

error: loops in this subroutine are not good vectorization candidates
 (try compiling with O3 and/or IPO).

this error occurs in icc 15.0.1

Solution to disable this diagnostic message
https://software.intel.com/en-us/forums/intel-c-compiler/topic/537688

Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application")
Fixes: 8cc72f2814dd ("examples/vmdq_dcb: support X710")

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
examples/ipsec-secgw/Makefile
examples/vmdq_dcb/Makefile