X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson.build;h=21d428fa14deaf19e3a5936aea77df5657b85785;hb=8b937bae24a306ad82c0983c83feb1be23d41f13;hp=dac8d20bb2b8ec85ca980f217e9ac2ba273532b0;hpb=05853e1784ab004a42451aebcbde22e0c732122a;p=dpdk.git diff --git a/meson.build b/meson.build index dac8d20bb2..21d428fa14 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '19.02.0-rc2', + version: '19.02.0', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' @@ -83,7 +83,9 @@ pkg.generate(name: meson.project_name(), libraries: dpdk_libraries, libraries_private: dpdk_drivers + dpdk_static_libraries + ['-Wl,-Bdynamic'] + dpdk_extra_ldflags, - description: 'The Data Plane Development Kit (DPDK)', + description: '''The Data Plane Development Kit (DPDK). +Note that CFLAGS might contain an -march flag higher than typical baseline. +This is required for a number of static inline functions in the public headers.''', subdirs: [get_option('include_subdir_arch'), '.'], extra_cflags: ['-include', 'rte_config.h'] + machine_args )