]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/meson.build
net/virtio: improve queue init error path
[dpdk.git] / drivers / net / i40e / meson.build
index c0acdf4fd407c64e4001a0f9bca75a4e60d441a2..ce3cc658e95f4f223768ca3e87f79a42b4b4e670 100644 (file)
@@ -28,6 +28,10 @@ includes += include_directories('base')
 if arch_subdir == 'x86'
        sources += files('i40e_rxtx_vec_sse.c')
 
+       if is_windows and cc.get_id() != 'clang'
+               cflags += ['-fno-asynchronous-unwind-tables']
+       endif
+
        # compile AVX2 version if either:
        # a. we have AVX supported in minimum instruction set baseline
        # b. it's not minimum instruction set, but supported by compiler