From a31119d9e4fbcf50c3b46cc777df66e18270bc70 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 19 Oct 2020 17:11:25 +0200 Subject: [PATCH] Always build with profiling support --- samba.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/samba.spec b/samba.spec index 2a8bab3..dc9b9b1 100644 --- a/samba.spec +++ b/samba.spec @@ -37,8 +37,6 @@ %global with_libsmbclient 1 %global with_libwbclient 1 -%global with_profiling 1 - %global with_vfs_cephfs 0 %if 0%{?fedora} %ifarch aarch64 ppc64le s390x x86_64 @@ -896,9 +894,6 @@ export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" %if %with_clustering_support --with-cluster-support \ %endif -%if %with_profiling - --with-profiling-data \ -%endif %if %{with testsuite} --enable-selftest \ %endif