21/04/2020 08:11, Ray Kinsella: > > On 21/04/2020 02:33, Thomas Monjalon wrote: > > When running make with CONFIG_RTE_BUILD_SHARED_LIB=n, > > no shared library is built. > > In this case, no need to run ABI check. > > > > With meson, both shared and static libraries are always built. > > You can easily do the same thing for meson, by checking the 3rd parameter to > build() in test-meson-build.sh,
No, both library types are always compiled. The only option is to choose which library to link in built-in apps.