X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fmeson.build;h=805d5d51d06ff4e9565adbd75eeb367e341bcb02;hb=cc5097b1e46ddee8df8d2210a67ec675f3807ba2;hp=3f5912fce7a4e71ae9ca121ca61dd6d85e372b8b;hpb=001d402c894627cb2e05927a3923109272009368;p=dpdk.git diff --git a/config/meson.build b/config/meson.build index 3f5912fce7..805d5d51d0 100644 --- a/config/meson.build +++ b/config/meson.build @@ -433,7 +433,7 @@ if get_option('b_sanitize') == 'address' or get_option('b_sanitize') == 'address dpdk_extra_ldflags += '-lasan' endif - if is_linux and arch_subdir in ['x86', 'arm'] and dpdk_conf.get('RTE_ARCH_64') + if is_linux and dpdk_conf.get('RTE_ARCH_64') dpdk_conf.set10('RTE_MALLOC_ASAN', true) endif endif