From f83b71e6a9c685227615455df1f9e4fefeff19ae Mon Sep 17 00:00:00 2001 From: Petri Savolainen Date: Fri, 30 Sep 2016 02:46:08 +0300 Subject: linux-gen: build: de-couple abi compatibility from shared lib Building ABI compatible or shared library are two different targets. A shared library may be used also without ABI compatibility. A new --enable-abi-compat configuration option is introduced. By default libraries are not built in ABI compat mode to enable function inlining. There is a noticeable performance difference when e.g. odp_atomic_xxx calls are not inlined. Signed-off-by: Petri Savolainen Reviewed-and-tested-by: Bill Fischofer Signed-off-by: Maxim Uvarov --- platform/linux-generic/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/linux-generic/.gitignore') diff --git a/platform/linux-generic/.gitignore b/platform/linux-generic/.gitignore index ec6ca37ed..909756a1f 100644 --- a/platform/linux-generic/.gitignore +++ b/platform/linux-generic/.gitignore @@ -1 +1 @@ -include/odp/api/plat/inlines.h +include/odp/api/plat/static_inline.h -- cgit v1.2.3