This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. at ec4ffbd nx-libs.spec: don't inline functions. Ever. This branch includes the following new commits: new ec4ffbd nx-libs.spec: don't inline functions. Ever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x-rpm-debug in repository nx-libs. commit ec4ffbd03397a6d3da16361e15f5b39a47b5b472 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 19 14:33:12 2017 +0100 nx-libs.spec: don't inline functions. Ever. --- nx-libs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-libs.spec b/nx-libs.spec index 87cb656..9a38c06 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -409,7 +409,7 @@ chmod a+x my_configure; %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro} export SHLIBGLOBALSFLAGS="%{__global_ldflags}" export LOCAL_LDFLAGS="%{__global_ldflags}" -export CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}" +export CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags} -fno-inline-functions-called-once -fno-inline -fno-inline-small-functions -fno-inline-functions" make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" %install -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git